﻿
* {
    box-sizing: border-box;
}

a {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    z-index: 2;
}

html {
    scroll-behavior: smooth;
}

.clearfix {
    clear: both !important;
}

.hidden {
    display: none;
}

header .row,
.about_us_main .row,
.feature .row,
.gallery_main .row,
.newinfra_main .row,
.topper_main .row,
.branches_main .row,
footer .row,
.newinfra_main .row,
.dignitaries_main .row .achievement_main .row,
.infrastructure .row,
.odometer .row {
    margin-left: 0;
    margin-right: 0;
}

ul li a {
    text-decoration: none;
    color: #111;
}

    ul li a:hover {
        text-decoration: none;
        color: #344276;
    }


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dadada;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #eaeaea;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #eee;
    }

/* bottom-to-top */
.bottom-to-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #344276;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
    z-index: 999;
    display: none;
}

    .bottom-to-top:hover {
        background: #344276;
        color: #fff;
        text-decoration: none;
    }

    .bottom-to-top i {
        line-height: 40px;
    }

@media(max-width:767px) {
    .bottom-to-top {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

        .bottom-to-top i {
            line-height: 30px;
        }
}

/* bottom-to-top */


.fullheader ul li a {
    color: #fff;
    font-size: 16px;
}

.left_topbar {
    width: 100%;
    height: 50px;
}

ul li {
    display: inline-block;
}


.fullheader .right_topbar ul li {
    padding: 0 0 0 10px;
}

/*.fullheader .right_topbar ul .home-icon {
    padding-right: 20px;
}*/

.fullheader {
    float: left;
    width: 100%;
    background-color: #da841b;
}

    .fullheader .right_topbar .display_gmail,
    .fullheader .right_social .social {
        margin-bottom: 0;
        padding: 5px 0;
        line-height: initial;
    }

    .fullheader .right_topbar .display_gmail {
        padding: 5px 10px;
        text-align: right;
    }

    .fullheader .right_social .social li {
        display: inline-flex;
        margin: 0 2px;
    }

        .fullheader .right_social .social li a {
            height: 26px;
            width: 26px;
            text-align: center;
            border: 1px solid #fff;
            /*padding: 0 10px;*/
        }

            .fullheader .right_social .social li a i {
                line-height: 25px;
            }

    .fullheader .right_bar {
        background-color: rgb(41, 41, 41);
    }

    /*.fullheader .right_topbar {
        float: left;
        width: 100%;
    }*/

    /*.fullheader .right_topbar ul li {
        padding: 0 10px;
    }*/

    .fullheader .right_social {
        float: right;
        width: auto;
    }

.right_social .social .fb a:hover {
    color: #3b5998 !important;
}

.right_social .social .youtube a:hover {
    color: #c4302b !important;
}

.right_social .social .insta a i:hover {
    color: #C13584;
    /*border-radius: 15px;
    background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90% );*/
}

.right_social .social .linkedin a:hover {
    color: #0e76a8 !important;
}

.right_social .social .phone a:hover {
    color: #444 !important;
}

@media (max-width: 991px) {
    .fullheader .right_social {
        display: none;
    }
}

.fullheader .right_link ul {
    margin-bottom: 0px;
    text-align: right;
}

    .fullheader .right_link ul li {
        padding-left: 14px;
        font-weight: 500;
    }


.flash {
    animation-name: flash;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    0% {
        color: white;
    }

    30% {
        color: orange;
    }

    60% {
        color: red;
    }

    100% {
        color: yellow;
    }
}
/* sticy-start */
.is-sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header.is-sticky .logo img {
    max-width: 120px;
    /*height: 105px;*/
}

.header.is-sticky .logo {
    margin-top: 8px;
}

@media (max-width: 991px) {
    .header.is-sticky .leftnav .nav li {
        padding: 10px 19px;
    }
}
/* sticky-end */

.right_topbar ul li {
    display: inline-block;
}

.right_bar .right_social {
    float: none;
    width: auto;
}

.header {
    width: 100%;
    height: 62px;
    float: left;
    box-shadow: 0 20px 50px rgb(0 0 0 / 15%);
    transition: all .3s;
}

    .header .row {
        justify-content: space-between;
    }

    .header .container-none {
        position: relative;
    }

    .header .logo {
        float: left;
        margin-top: -28px;
        z-index: 5;
    }

        .header .logo a {
            max-width: 130px;
            transition: none;
            /*width: 110px;
            height: 130px;*/
            border-radius: 10px;
            box-shadow: 0px 0px 10px #593c34;
        }

        .header .logo img {
            width: 100%;
            /* max-width: 130px; */
            background: #fff;
            height: 100%;
            width: 100%;
            padding: 5px;
            border-radius: 10px;
            /*border: 2px solid #5a3c31;*/
        }

    .header.is-sticky .logo a {
        transition: none;
        width: 110px;
        height: 95px;
        border-radius: 10px;
    }

    .header .leftnav .nav {
        float: none;
        width: auto;
    }

        .header .leftnav .nav a {
            width: 100%;
            text-align: left;
        }

.leftnav .submenu {
    position: relative;
}

.leftnav .submenulist {
    background-color: #fff;
    position: absolute;
    top: 140%;
    left: 0;
    z-index: 1;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 2px solid #344276;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

.header .leftnav .nav .submenu:hover .submenulist {
    opacity: 1;
    visibility: visible;
    top: 97%;
    z-index: 5;
}

.leftnav .submenu .submenulist .subsubmenu {
    position: relative;
}

    .leftnav .submenu .submenulist .subsubmenu .subsublist {
        position: absolute;
        top: 15px;
        right: 100%;
        width: 230px;
        padding: 0;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #e5e5e5;
        text-align: center;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

.header .leftnav .nav .submenu .submenulist li {
    width: 100%;
    line-height: 30px;
    height: 31px;
    font-size: 12px;
    padding: 5px 15px 0 30px;
    display: block;
}

    .header .leftnav .nav .submenu .submenulist li:last-child {
        margin-bottom: 10px;
    }

.leftnav .submenu .submenulist .subsubmenu:hover .subsublist {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.header .leftnav .nav li {
    padding: 21px 20px;
    text-transform: uppercase;
    font: 500 14px/20px "Montserrat", sans-serif;
    position: relative;
}

.header .leftnav .nav > li:last-child::after {
    background: none;
}

.header .leftnav li.active > a {
    color: #344276;
}

.header .leftnav .nav li.active::after {
    width: 70%;
}

.header .leftnav .nav li:hover::after {
    width: 70%;
}

.login {
    margin: 14px 0;
}

    .login input {
        padding: 2px 20px 2px 20px;
        background-color: #344276;
        border: none;
        width: 86px;
        height: 35px;
        outline: none;
        font-size: 16px;
        border-radius: 22px;
        color: #fff;
    }

.header .leftnav i {
    display: none;
}

@media (max-width: 1199px) {
    .header .leftnav .nav li {
        padding: 21px 19px;
    }
}

@media (max-width: 991px) {
    .header .row {
        justify-content: space-between;
    }

    .leftnav .submenulist {
        border-top: none;
    }

    .header .leftnav i {
        display: block;
        font-size: 20px;
        padding: 10px;
    }

    .leftnav .submenu .submenulist .subsubmenu:hover .subsublist {
        top: 100%;
        left: 0;
        z-index: 5;
    }

    .header .logo img {
        max-width: 130px;
        height: 130px;
    }

    .login {
        padding: 0px 30px 0 0;
    }
}

@media (max-width: 767px) {

    .header .logo a {
        width: 120px;
        height: 120px;
    }

    .header.is-sticky .logo a {
        width: 100px;
        height: 100px !important;
    }
}

@media (max-width: 543px) {
    .header .logo a {
        width: 100px;
        height: 100px;
    }

    .login {
        margin: 10px 0;
    }
}

@media (min-width: 992px) {
    .header .leftnav .nav > li::after {
        content: "";
        position: absolute;
        top: auto;
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
        bottom: 0;
        width: 0;
        background: #344276;
        height: 2px;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }
    
}


/* menubar */
.menubar {
    display: none;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

@media (max-width: 991px) {
    .menubar {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        margin: 17px 0;
    }
}
/* menubar */


/* slider */

.owl-carousel.slider.owl-theme.owl-loaded.owl-drag .owl-nav {
    display: none;
}

.owl-carousel.slider.owl-theme.owl-loaded.owl-drag .owl-dots {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .owl-carousel.slider.owl-theme.owl-loaded.owl-drag .owl-dots .owl-dot.active span,
    .owl-carousel.slider.owl-theme.owl-loaded.owl-drag .owl-dots .owl-dot:hover span {
        background-color: #d78838;
    }

/* slider-end */


/* Announcement & news-events - start */

.midblocktomanage {
    margin: 50px 0 100px;
}

    .midblocktomanage .announcement-block {
        /*margin: 5px 15px;*/
        padding: 10px;
    }

        .midblocktomanage .announcement-block h2 {
            color: #344276;
            margin-bottom: 30px;
            text-align: center;
            font: 500 38px/38px "Montserrat", sans-serif;
            font-weight: 700;
        }

        .midblocktomanage .announcement-block .announcement-row {
            margin: 28px 0;
            align-items: center;
            box-shadow: 2px .5rem 1rem rgba(52, 66, 118, 0.1), 0 -0.2rem 0.4rem rgb(52 66 118 / 0.1);
        }

            .midblocktomanage .announcement-block .announcement-row .announcement-date {
                color: white;
                background: #353535;
                border: 2px solid #344276;
                padding: 10px 0;
                text-align: center;
                font-size: 12px;
                width: 80px;
                text-transform: uppercase;
                font-weight: 700;
            }

                .midblocktomanage .announcement-block .announcement-row .announcement-date span {
                    font-size: 16px;
                    display: block;
                    font-weight: 700;
                    border-bottom: 2px solid #da841b;
                    margin: 0 10px;
                }

            .midblocktomanage .announcement-block .announcement-row .announcement-title {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .midblocktomanage .announcement-block .announcement-row a {
                display: block !important;
                color: #da841b;
                font-weight: 600;
                font-size: 13px;
                text-align: center;
                float: none !important;
            }

        .midblocktomanage .announcement-block .announcement-more {
            padding: 10px 0;
        }

.announcement-more div {
    height: 38px;
}

.midblocktomanage .announcement-block .announcement-more a {
    width: 150.5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
}

.midblocktomanage .NewsEvents-block {
    /*margin: 5px 15px;*/
    padding: 10px;
}

    .midblocktomanage .NewsEvents-block h2 {
        color: #344276;
        margin-bottom: 30px;
        text-align: center;
        font: 500 38px/38px "Montserrat", sans-serif;
        font-weight: 700;
    }

    .midblocktomanage .NewsEvents-block .NewsEvents-row {
        margin: 28px 0;
        align-items: center;
        box-shadow: 2px .5rem 1rem rgba(52, 66, 118, 0.1), 0 -0.2rem 0.4rem rgb(52 66 118 / 0.1);
    }

        .midblocktomanage .NewsEvents-block .NewsEvents-row .NewsEvents-date {
            color: white;
            background: #353535;
            border: 2px solid #344276;
            padding: 10px 0;
            text-align: center;
            font-size: 12px;
            width: 80px;
            text-transform: uppercase;
            font-weight: 700;
        }

            .midblocktomanage .NewsEvents-block .NewsEvents-row .NewsEvents-date span {
                font-size: 16px;
                display: block;
                font-weight: 700;
                border-bottom: 2px solid #da841b;
                margin: 0 10px;
            }

        .midblocktomanage .NewsEvents-block .NewsEvents-row .NewsEvents-title {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .midblocktomanage .NewsEvents-block .NewsEvents-row .NewsEvents-download a {
            display: block !important;
            text-align: center;
            font-size: 13px;
            color: #da841b;
            font-weight: 600;
            float: none !important;
        }

    .midblocktomanage .NewsEvents-block .NewsEvents-more {
        padding: 10px 0;
    }

        .midblocktomanage .NewsEvents-block .NewsEvents-more a {
            width: 150.5px;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            margin: 0 auto;
        }
/* Announcement & news-events - end */

.fosi13 {
    font-size: 13px;
}

.result_main {
    padding: 80px 0;
    background-image: url("../images/Counter-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.8);
}

    .result_main .result_header {
        margin-bottom: 60px;
    }

    .result_main .counter-box {
        text-align: center;
        background: #344276;
        font-weight: 400;
        padding: 44px 0 34px;
        width: 200px;
        margin: 15px auto;
        color: #fff;
        border: 5px solid #8793c0;
        position: relative;
    }

        .result_main .counter-box .counter-border {
            top: -8px;
            left: 5%;
            position: absolute;
            text-align: center;
            height: 8px;
            width: 90%;
            background: #8793c0;
        }

        .result_main .counter-box i {
            font-size: 45px;
            margin-bottom: 12px;
            color: #da841b;
            text-shadow: 2px 2px 2px #344276;
        }

        .result_main .counter-box h2 {
            font-size: 50px;
            font-weight: 600;
            letter-spacing: 2px;
            line-height: 80px;
        }

        .result_main .counter-box span {
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 2px;
        }




.advantage_main {
    margin: 50px 0;
}

    .advantage_main .advantage-block {
        display: flex;
        align-items: center;
        background-color: #344276;
        box-shadow: 0 0 5px #344276;
        border-radius: 4px;
        overflow: hidden;
        margin: 15px 0;
    }

    .advantage_main .advantage-img {
        /* flex: 0 0 30%; */
        width: 140px;
        height: 140px;
        padding: 10px;
        margin: auto;
    }

        .advantage_main .advantage-img img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            border-radius: 50%;
        }

    .advantage_main .advantage-desc {
        flex: 0 0 70%;
        height: 200px;
        background-color: white;
        padding: 10px;
        margin: 5px 0;
    }

    .advantage-data{
        height: 100%;
        overflow-y: auto;
    }
    
        .advantage_main .advantage-desc h5 {
            color: #d8831b;
            padding-bottom: 10px;
        }

        .advantage_main .advantage-desc p {
            font-size: 14px;
            margin-bottom: 10px;
        }

/* feature-start */
.flip-card {
    width: auto;
    height: 250px;
    perspective: 1000px;
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
    background-color: rgb(220, 120, 35);
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px rgb(216, 102, 5), inset -24px -24px 48px rgb(177, 94, 25);
    display: flex;
    justify-content: center;
    /*flex-wrap: wrap;*/
    flex-direction: column;
}

    .flip-card-front .feature_icon i {
        color: #fff;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .flip-card-front .feature_header {
        font: 500 22px/28px "Montserrat", sans-serif;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

.flip-card .feature_text {
    font-size: 16px;
    height: 230px;
    overflow-y: scroll;
    padding-right: 10px;
}

.flip-card-back {
    background-color: rgb(220, 120, 35);
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px rgb(216, 102, 5), inset -24px -24px 48px rgb(177, 94, 25);
    color: white;
    transform: rotateY(180deg);
    padding: 10px 16px;
}

.feature {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.feature1 {
    float: left;
    width: 100%;
    height: 270px;
    padding: 10px;
    margin: 0 0 30px;
    cursor: pointer;
}

.feature2 {
    background-color: #6ab03c;
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px #5ea231, inset -24px -24px 48px #4d8a25;
}

.feature3 {
    background-color: #63874e;
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px #4a6b36, inset -24px -24px 48px #4b663c;
}

.feature4 {
    background-color: #f24b6a;
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px #cf334f, inset -24px -24px 48px #bb3f56;
}

.feature5 {
    background-color: #048abf;
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px #1193c7, inset -24px -24px 48px #1a9dd1;
}

.feature6 {
    background-color: #592c49;
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px #6b3257, inset -24px -24px 48px #49233c;
}

.feature7 {
    background-color: #e01e41;
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px #c20629, inset -24px -24px 48px #b61a36;
}

.feature8 {
    background-color: #c7ab1a;
    border-radius: 20px;
    box-shadow: inset 24px 24px 48px #ac9008, inset -24px -24px 48px #816e0e;
}

@media (max-width: 991px) {
    .feature {
        margin-top: 60px;
    }

    .flip-card-front .feature_header {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .feature {
        margin-top: 40px;
    }
}

@media (max-width: 543px) {
    .feature {
        margin-top: 30px;
    }
}

/* feature-end */

/* about-start */
.about_us_main {
    float: left;
    width: 100%;
}

    .about_us_main .h2 {
        font: 500 38px/45px "Montserrat", sans-serif;
        color: #58575d;
        margin-bottom: 15px;
        position: relative;
    }

    .about_us_main span {
        color: #344276;
    }

.rdx-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
    background-color: #344276;
}

.clear {
    clear: both;
}

.about_us_main .bg-primarye {
    background-color: #344276;
}

.about_us_main p,
.application_main .application_dec p {
    color: #767676;
    line-height: 24px;
    margin-bottom: 24px;
}

.about_us_main strong {
    font-weight: 600;
}

.about_us_main .icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}

[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}

.about_us_main .bg-secondry {
    background-color: #2d3239;
}

.about_us_main .icon-content {
    overflow: hidden;
}

.about_us_main .icon-bx-wraper .rdx-tilte {
    margin-top: 0;
}

.about_us_main h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #58575d;
}

.about_us_main .rdx-box,
.rdx-info,
.rdx-tilte,
.rdx-tilte-inner {
    position: relative;
}

.about_us_main .icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 36px;
}

    .about_us_main .icon-bx-xs i {
        font-size: 20px;
    }

.icon-bx-xl.radius,
.icon-bx-lg.radius,
.icon-bx-md.radius,
.icon-bx-sm.radius,
.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.icon-bx-xl i,
.icon-bx-lg i,
.icon-bx-md i,
.icon-bx-sm i,
.icon-bx-xs i {
    vertical-align: middle;
}

.icon-bx-xl,
.icon-bx-lg,
.icon-bx-md,
.icon-bx-sm,
.icon-bx-xs {
    text-align: center;
    display: inline-grid;
}

.icon-bx-wraper:hover .icon-bx-xs {
    background-color: #da841b;
}

@media (max-width: 991px) {
    .about_us_main {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about_us_main {
        margin-top: 10px;
    }
}
/* about-end */

/* achievement-start */
.achievement_main {
    float: left;
    width: 100%;
    margin: 70px 0 80px;
}

.achievement_header {
    margin-bottom: 30px;
}

.ot-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #344276;
    font: 500 38px/38px "Montserrat", sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}

.achievement_main .achievement_box {
    float: left;
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 50px 15px;
    box-shadow: 1px 1px 4px #11111130;
}

.archiev_box2 {
    float: left;
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 50px 15px;
    background-color: #344276;
    color: #fff;
}

    .archiev_box2 .achi_header h4 {
        color: #fff;
        font: 500 28px/30px "Montserrat", sans-serif;
        position: relative;
    }

.achievement_main .archiev_box2 .dec {
    font-size: 15px;
    margin-top: 25px;
}

.achievement_main .achi_header h4::after {
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -12px;
    width: 22%;
    transform: translate(-50%, -50%);
    height: 2px;
    background-color: #da841b;
}

.archievement_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .archievement_img img {
        width: 100%;
        height: 300px;
        transition: all 600ms ease-in-out 0s;
        -webkit-transition: all 600ms ease-in-out 0s;
        -moz-transition: all 600ms ease-in-out 0s;
        -o-transition: all 600ms ease-in-out 0s;
        -ms-transition: all 600ms ease-in-out 0;
    }

        .archievement_img img:hover {
            transform: scale(1.1);
        }

img {
    width: 100%;
}

.achievement_main .achievement_box .achi_header h4 {
    font: 500 28px/30px "Montserrat", sans-serif;
    position: relative;
    color: #344276;
}

    .achievement_main .achievement_box .achi_header h4::after {
        content: "";
        position: absolute;
        top: auto;
        left: 50%;
        bottom: -12px;
        width: 22%;
        transform: translate(-50%, -50%);
        height: 2px;
        background-color: #da841b;
    }

.achievement_main .achievement_box .dec {
    font-size: 15px;
    color: #767676;
    margin-top: 25px;
}

.achievement_main .achievement_box .date {
    font-size: 14px;
}

.achievement_main .archiev_box2 .date {
    font-size: 14px;
}

.achievement_main .achievement_box .button a {
    color: #da841b;
    width: 100%;
}

    .achievement_main .achievement_box .button a:hover {
        color: #344276;
        text-decoration: none;
    }

.achievement_main .archiev_box2 .button a {
    color: #fff;
    width: 100%;
}

    .achievement_main .archiev_box2 .button a:hover {
        color: #da841b;
        text-decoration: none;
    }

.archievement_btn {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .archievement_btn a {
        width: 100%;
    }

    .archievement_btn button {
        border: 1px solid #344276;
        border-radius: 22px;
        padding: 8px 20px;
        outline: none;
        background: none;
        color: #666;
        overflow: hidden;
        position: relative;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

        .archievement_btn button::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: #344276;
            border-radius: 22px;
            transition: all 300ms ease-in-out 0s;
            -webkit-transition: all 300ms ease-in-out 0s;
            -moz-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
            -ms-transition: all 300ms ease-in-out 0;
            z-index: -1;
        }

        .archievement_btn button:hover::after {
            width: 100%;
        }

        .archievement_btn button:hover {
            color: #fff;
            border-color: #344276;
        }

@media (min-width: 578px) {
    .achievement_main .col-lg-3,
    .achievement_main .col-md-3,
    .achievement_main .col-sm-3,
    .achievement_main .col-3 {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .ot-title {
        font-size: 28px;
    }

    .about_us_main .h2 {
        font-size: 28px;
    }

    .achievement_main {
        margin: 50px 0 60px;
    }
}

@media (max-width: 767px) {
    .ot-title {
        font-size: 26px;
    }

    .about_us_main .h2 {
        font-size: 24px;
    }

    .achievement_main {
        margin: 30px 0 40px;
    }
}

@media (max-width: 543px) {
    .ot-title {
        font-size: 24px;
    }

    .achievement_main {
        margin: 10px 0 30px;
    }
}
/* achievement-end */

/* gallery-start */

.gallery_main {
    width: 100%;
    margin-top: 80px;
}

    /*.gallery_main img {
        height: 300px;
        border-radius: 10px;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }*/

    /*.gallery_main h1 {
        margin-bottom: 20px;
    }*/

    .gallery_main .gallery-item {
        position: relative;
        /*margin: 0 10px;*/
    }

        .gallery_main .gallery-item img {
            height: 320px;
            border-radius: 10px;
            box-shadow: 0 0 2px #ddd;
        }

    .gallery_main .gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transform: scale(0);
        transition: all .5s ease;
    }

    .gallery_main .gallery-item:hover .gallery-overlay {
        transform: scale(1);
    }

    .gallery_main .gallery-overlay a {
        text-decoration: none;
    }

    .gallery_main .gallery-overlay .gallery-header {
        font-size: 22px;
        color: #6ab03d;
        text-shadow: 1px 1px 2px #000;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .gallery_main .gallery-overlay .gallery-icon {
        font-size: 22px;
        color: #f5f5f5;
    }

    .gallery_main #owl-gallery.owl-carousel .owl-nav {
        display: none;
    }

    .gallery_main .owl-theme .owl-dots,
    #owl-about .owl-theme .owl-dots {
        margin-top: 20px;
    }

    .gallery_main .owl-dots .owl-dot.active span {
        width: 30px;
    }

    .gallery_main .owl-dots .owl-dot.active span,
    .gallery_main .owl-dots .owl-dot:hover span {
        background: #344276;
    }





/*#owl-gallery.owl-carousel .owl-nav button.owl-next,
#owl-gallery.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    background: #344276;
    font-size: 20px;
    padding: 0 !important;
    color: #fff;
}

#owl-gallery.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(-50%, -50%);
}

#owl-gallery.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    transform: translate(-50%, -50%);
}*/

@media (max-width: 991px) {
    .gallery_main {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {

    .gallery_main {
        /* margin-top: 40px; */
    }
}

@media (max-width: 543px) {
    .gallery_main {
        margin-top: 30px;
    }
}
/* gallery-end */

/* newinfra-start */
.newinfra_main {
    float: left;
    width: 100%;
    padding: 30px 0;
    background-color: #11111199;
}

    .newinfra_main .ot-title {
        margin-bottom: 80px;
    }

    .newinfra_main .services {
        display: block;
        width: 100%;
        background-color: #dc782390;
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.align-self-stretch {
    margin-top: 70px;
}

.newinfra_main .services .icon {
    line-height: 1.3;
    position: relative;
    width: 90px;
    height: 90px;
    background: #fff;
    margin: 0 auto;
    margin-top: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.newinfra_main .services .down_icon {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 9;
    font-size: 30px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

.newinfra_main .services:hover .down_icon {
    top: 18%;
    color: #fff;
}

.newinfra_main .services:hover .icon span img {
    transform: scale(1.1);
}

.newinfra_main .services .icon span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

.newinfra_main .services .media-body {
    color: rgba(255, 255, 255, 0.8);
}

    .newinfra_main .services .media-body h3 {
        font: 500 22px/30px "Montserrat", sans-serif;
        color: #fff;
    }

@media(max-width:767px) {
    .newinfra_main .services1 {
        margin-top: 70px;
    }

    .newinfra_main .services2 {
        margin-top: 70px;
    }
}

/* newinfra-end */

/* dignitaries_main-start */
.dignitaries_main {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.dignitaries_img {
    float: left;
    width: 90%;
    position: relative;
}

    .dignitaries_img img {
        width: 100%;
        height: 300px;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

    .dignitaries_img:hover img {
        transform: scale(1.1);
    }

    .dignitaries_img a::after {
        content: "";
        bottom: 10px;
        left: 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        outline: 2px solid #da841b;
        outline-offset: 5px;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .dignitaries_img a:hover::after {
        background: rgba(230, 230, 230, 0.4);
    }

.dignitaries_right {
    float: left;
    height: 300px;
}

.dignitaries_sms {
    float: left;
    width: 100%;
    padding: 15px 20px;
}

    .dignitaries_sms p {
        color: #111;
        font: 500 16px/24px "Montserrat", sans-serif;
    }

.dignitaries_main .dignitaries_sms i {
    font-size: 26px;
    color: #6ab03c;
}

.dignitaries_main .dignitaries_name {
    width: 40%;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 10px 11px 40px 0 rgb(41 46 51 / 25%);
    text-transform: capitalize;
    position: absolute;
    text-align: center;
    bottom: 10%;
    left: -10%;
    padding: 22px 0;
    z-index: 5;
}

    .dignitaries_main .dignitaries_name h5 {
        color: #111;
        font: 500 26px/30px "Montserrat", sans-serif;
    }

    .dignitaries_main .dignitaries_name p {
        color: #111;
        font: 500 16px/24px "Montserrat", sans-serif;
    }

.dignitaries_main .owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgb(86, 139, 51);
}

.dignitaries_main .owl-carousel .owl-nav.disabled,
.latestnews_main .owl-carousel .owl-nav.disabled {
    display: block;
}

.dignitaries_main .owl-theme .owl-dots {
    display: none;
}

.dignitaries_main .owl-carousel .owl-nav button.owl-next,
.dignitaries_main .owl-carousel .owl-nav button.owl-prev {
    width: 20px;
    height: 30px;
    background: #344276;
    font-size: 20px;
    padding: 0 !important;
    color: #fff;
}

@media (max-width: 991px) {
    .dignitaries_sms {
        padding: 0;
    }

    .dignitaries_main .dignitaries_name {
        bottom: 5%;
        padding: 13px 0;
    }
}

@media (max-width: 767px) {
    .dignitaries_sms p {
        font-size: 13px;
        line-height: 22px;
    }

    .dignitaries_main .dignitaries_name h5 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 26px;
    }

    .dignitaries_main .dignitaries_name p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .dignitaries_img img {
        height: 250px;
    }

    .dignitaries_main .dignitaries_name {
        bottom: 3%;
    }
}

@media (max-width: 575px) {
    .dignitaries_main .dignitaries_name {
        top: 0;
        left: 13%;
        height: 70px;
    }

    .dignitaries_right {
        padding-top: 100px;
    }
}

/* dignitaries_main-end */

/* topper-start */

.topper_main {
    float: left;
    width: 100%;
    background-color: #5b3d3230;
    padding: 50px 0;
    margin-top: 80px;
}

.student_main {
    float: left;
    width: 100%;
    margin-top: 80px;
}

    .student_main .stud_row {
        background-color: rgb(220 124 41);
        color: #111;
        border: 2px solid #61463b;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

        .student_main .stud_row .stud_left,
        .student_main .stud_row .stud_right {
            padding: 0;
            height: 20vw;
        }

.stud_left .stud_img {
    display: flex;
    overflow: hidden;
    background: #5a3c31;
    height: 20vw;
}

    .stud_left .stud_img img {
        max-width: 100%;
        vertical-align: middle;
        border: 1px solid #5a3c31;
        box-sizing: border-box;
        transition: opacity .2s;
        height: auto;
    }

    .stud_left .stud_img:hover img {
        opacity: 0.5;
    }

    .stud_left .stud_img img:hover {
        opacity: 1;
    }

    .stud_left .stud_img .single-column {
        animation: var(--animation, none) 16s infinite linear;
    }

        .stud_left .stud_img .single-column:hover {
            animation-play-state: paused;
        }

        .stud_left .stud_img .single-column:nth-of-type(odd) {
            align-self: flex-end;
            --direction: 50%;
        }

@keyframes slide {
    to {
        -webkit-transform: translateY(var(--direction, -50%));
        transform: translateY(var(--direction, -50%));
    }
}

.stud_right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .stud_right .stud_content {
        padding: 0 20px;
    }

        .stud_right .stud_content h4 {
            font-weight: 600;
            line-height: 1.5;
        }


@media (max-width:376px) {
    .stud_right .stud_content h4 {
        font-size: 18px;
    }

    .stud_right .stud_content {
        padding: 0;
    }
}

@media (min-width:377px) and (max-width:440px) {
    .stud_right .stud_content h4,
    .stud_right .stud_content a {
        font-size: 20px;
    }
}

.stud_right .stud_content a {
    color: #fff;
    font-weight: 600;
    float: none;
}


/* ---------------------toppers-end------------------ */

/* application_main-start */
.application_main {
    float: left;
    width: 100%;
    margin: 80px 0;
    padding: 50px 0;
    background: #df873d30;
}

    .application_main .ot-title {
        margin-bottom: 40px;
    }

    .application_main .application_img {
        /*height: 480px;*/
        width: 250px;
        margin: auto;
        position: relative;
        display: flex;
        justify-content: center;
    }

        .application_main .application_img img {
            height: 100%;
        }

        .application_main .application_img .app_top {
            z-index: 2;
        }

    /*.application_main .application_img .app_behind {
            position: absolute;
            top: 0;
            z-index: 1;
            margin: 6px;
            padding: 12px 0;
        }*/

    .application_main .application_dec p {
        font-size: 16px;
        font-weight: 500;
    }

    .application_main .right_application_dec {
        float: left;
        width: 100%;
    }

    .application_main .program_list ul li {
        float: left;
        width: 100%;
        display: block;
        padding: 2px 0;
    }

    .application_main .program_list ul {
        float: left;
        width: 100%;
        padding: 0;
    }

        .application_main .program_list ul li i {
            color: #344276;
            font-size: 14px;
            margin-right: 10px;
        }

    .application_main .app_program {
        float: left;
        width: 100%;
        font: 500 18px/10px "Montserrat", sans-serif;
    }

.googleplay {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .googleplay img {
        width: 150px;
        height: 45px;
        padding: 0 0 0 5px;
    }

@media (max-width: 1199px) {
    #owl-app.application .item a img {
        height: 430px;
        width: 211px;
    }
}

@media (max-width: 991px) {
    .application_main {
        padding: 20px 0;
    }

    #owl-app.application .item a img {
        height: 479px;
        width: 235px;
    }

    .application_main .mobile_img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .application_main {
        margin-top: 40px;
    }

        .application_main .slider {
            width: 50%;
        }

        .application_main .right_application_dec {
            margin-top: 40px;
        }

        .application_main .mobile_img img {
            border-radius: none;
        }

    #owl-app.application .item a img {
        float: none;
        display: flex;
        justify-content: center;
    }

    .application_main .googleplay {
        float: none;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 543px) {
    .topper_main {
        margin-top: 30px;
    }

    .application_main .slider {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .application_main .slider img {
            border-radius: none;
        }

    .application_main .item {
        display: flex;
        justify-content: center;
    }

    #owl-app.application .item a img {
        margin-left: 0;
    }
}
/* application_main-end */

/* testimonial-start */
.testimonial {  
    float: left;
    width: 100%;
    background-color: #111111;
    margin-top: 80px;
    padding: 50px 0 20px;
}

    .testimonial .owl-theme .owl-nav {
        display: none;
    }

    .testimonial .owl-theme .owl-dots .owl-dot.active span,
    .application_main .owl-theme .owl-dots .owl-dot.active span,
    .testimonial .owl-theme .owl-dots .owl-dot:hover span,
    .application_main .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #344276;
    }

    .testimonial .owl-theme .owl-dots .owl-dot.active span,
    .owl-carousel.slider.owl-theme.owl-loaded.owl-drag
    .owl-dots
    .owl-dot.active
    span {
        width: 20px;
        height: 10px;
        border-radius: 5px;
    }

    .testimonial .owl-theme .owl-dots {
        margin-bottom: 30px;
    }

        .testimonial .owl-theme .owl-dots .owl-dot span {
            background-color: #fff;
        }

    .testimonial .owl-carousel {
        margin-top: 0;
    }

        .testimonial .owl-carousel .owl-item img {
            width: 110px;
        }

.testimonial_main {
    text-align: center;
}

.testimonial_desc {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 60%;
    margin: 0 0 30px;
}

.testimonial img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #fff;
    text-align: center;
    margin: 0px auto 30px;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}

.testimonial_main {
    text-align: center;
}

.testimonial_heading {
    color: #fff;
    font: 600 22px/24px "Montserrat", sans-serif;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.testimonial_subheading {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 10px;
}

@media (max-width: 1199px) {
    .testimonial_content {
        padding: 40px 0;
    }
}

@media (max-width: 991px) {
    .testimonial_desc {
        width: 78%;
    }

    .testimonial {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .testimonial_content {
        padding: 40px 0;
    }

    .testimonial {
        margin-top: 40px;
    }

        .testimonial .owl-theme .owl-dots .owl-dot.active span,
        .owl-carousel.slider.owl-theme.owl-loaded.owl-drag
        .owl-dots
        .owl-dot.active
        span {
            width: 15px;
            height: 8px;
            border-radius: 5px;
        }

        .testimonial .owl-theme .owl-dots .owl-dot span,
        .owl-carousel.slider.owl-theme.owl-loaded.owl-drag .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
        }
}

@media (max-width: 543px) {
    .owl-dots {
        float: none;
    }

    .testimonial {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .testimonial_content {
        padding: 30px 0;
        float: left;
        width: 100%;
    }
}

/* testimonial-end */

/* odometer-start */
.odometer {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .odometer .odometer_main {
        width: 130px;
        height: 130px;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        border: 2px dashed #da7822;
        border-radius: 50%;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

        .odometer .odometer_main .odometer_icon {
            color: #6ab03c;
            text-align: center;
            font-size: 30px;
            transition: all 300ms ease-in-out 0s;
            -webkit-transition: all 300ms ease-in-out 0s;
            -moz-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
            -ms-transition: all 300ms ease-in-out 0;
        }

        .odometer .odometer_main:hover .odometer_icon {
            color: #da841b;
            transform: translateY(-5px);
        }

        .odometer .odometer_main:hover {
            border-color: #6ab03c;
            background-color: #344276;
        }

            .odometer .odometer_main:hover .odometer_header h5 {
                color: #fff;
            }

        .odometer .odometer_main .odometer_header h5 {
            font: 400 18px/24px "Montserrat", sans-serif;
            margin-bottom: 0;
            transition: all 300ms ease-in-out 0s;
            -webkit-transition: all 300ms ease-in-out 0s;
            -moz-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
            -ms-transition: all 300ms ease-in-out 0;
        }

        .odometer .odometer_main .odometer_header span {
            font-size: 20px;
            font-weight: 600;
        }

@media (max-width: 991px) {
    .odometer {
        margin-top: 60px;
        margin-bottom: 60px;
    }

        .odometer .odometer_main {
            margin: 10px auto;
        }
}

@media (max-width: 767px) {
    .odometer {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 543px) {
    .odometer {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
/* odometer-end */

/* inftastructure-start */

.infrastructure {
    float: left;
    width: 100%;
    background-color: #5b3d3230;
    padding: 50px 0;
    margin-bottom: 80px;
}

    .infrastructure .infrastructure_header {
        margin-bottom: 30px;
    }

.infra_main {
    float: left;
    width: 100%;
}

.infra_img {
    float: left;
    width: 100%;
}

    .infra_img img {
        height: 400px;
        border-radius: 10px;
        object-fit: cover;
        transition: all 0.3s ease;
    }

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .play_icon span {
        width: 70px;
        height: 70px;
        border: 4px solid #fff;
        display: inline-block;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: -1;
    }

        .play_icon span:hover {
            transform: scale(1.1);
        }

        .play_icon span i {
            width: 70px;
            height: 70px;
            line-height: 66px;
            text-align: center;
            color: #fff;
            font-size: 30px;
        }

.infrastructure .infra_img img:hover {
    filter: brightness(0.5);
}


.modal-content {
    border-radius: 10px;
}

.modal-header {
    background: rgb(220, 120, 35);
}

    .modal-header button {
        border: 0;
        color: white;
        background-color: transparent;
    }

.modal .close {
    color: #fff;
    opacity: 1;
}

.modal-title {
    color: #fff;
}

@media(max-width:543px) {
    .play_icon span i {
        width: 50px;
        height: 50px;
        line-height: 43px;
        font-size: 22px;
    }

    .play_icon span {
        width: 50px;
        height: 50px;
    }

    .infra_img img {
        height: 270px;
    }
}


/* inftastructure-end */

/* news-start */
.latest_news_main {
    float: left;
    width: 100%;
    margin-top: 80px;
}

    .latest_news_main .owl-one {
        margin-top: 20px;
    }

    .latest_news_main .latest_news {
        display: flex;
    }

#owl-about.owl-carousel .owl-nav.disabled {
    display: block;
}

#owl-about.owl-carousel .owl-nav button.owl-next,
#owl-branch.owl-carousel .owl-nav button.owl-next,
#owl-branch.owl-carousel .owl-nav button.owl-prev,
#owl-about.owl-carousel .owl-nav button.owl-prev {
    width: 20px;
    height: 30px;
    background: #344276;
    font-size: 20px;
    padding: 0 !important;
    color: #fff;
}

.fsConstituentItem {
    margin: 0 7.5px;
    position: relative;
    overflow: hidden;
    border: 3px dashed #da782290;
    border-radius: 10px;
    padding: 5px;
    font-family: 'Baloo Bhai 2', cursive;
}

.fsPhoto[style*="background-image"] > img,
.fsConstituent .fsProfileImage[style*="background-image"] > img {
    opacity: 0;
    visibility: hidden;
}

.fsConstituentItem .fsPhoto img {
    display: block;
    opacity: 0;
}

.fsConstituentItem .wrapper {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 69%;
    color: #fff;
    padding: 60px 20px;
    background: rgba(106, 176, 60, 70%);
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

.fsConstituentItem .fsFullName {
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

.fsPhoto {
    border-radius: 10px 10px 0 0;
}

    .fsPhoto img {
        height: 269px;
    }

.fsConstituentItem .fsFullName a {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    padding: 5px;
}

.fsConstituentItem .fsTitles {
    font-size: 0.9375rem;
    line-height: 1.334;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px;
    color: #da841b;
}

.news_head {
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
}

    .news_head h6 {
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 38px;
    }

    .news_head p {
        margin-bottom: 0;
        font-weight: 500;
    }

        .news_head p i,
        .achiement_dec p i {
            color: #da841b;
        }

.fsConstituentItem .fsViewProfileLink .fsConstituentProfileLink {
    font: 400 14px/19px "Montserrat", sans-serif;
    color: #fff;
    padding: 10px 20px;
    border-radius: 22px;
    background: #da841b;
    letter-spacing: 1px;
    margin-top: 10px;
}

.fsConstituentItem:hover .wrapper {
    left: 0;
}

.latest_news_main .owl-dots {
    display: none;
}

@media (max-width: 991px) {
    .latest_news_main {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .latest_news_main {
        margin-top: 40px;
    }
}

@media (max-width: 543px) {
    .latest_news_main {
        margin-top: 30px;
    }

    .fsConstituentItem .wrapper {
        left: 0;
        top: 0;
    }
}

/* .fsConstituentItem:hover .fsViewProfileLink .fsConstituentProfileLink  {
    left: 0;
    opacity: 1;
    transition: 0.4s all ease-in-out;
} */
@media (max-width: 991px) {
    .fsConstituentItem .fsFullName a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .fsConstituentItem .fsFullName a {
        font-size: 16px;
    }
}

/* news-end */


/* footer-start */
.footer {
    float: left;
    width: 100%;
    background-color: rgba(220, 120, 34, 90%);
    height: auto;
    color: #fff;
}

.footer-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .link {
    padding: 100px 15px 0 15px;
}

.footer .location,
.footer .footer_contact,
.footer .footer_email {
    display: inline-block;
}

.footer .footer_logo a {
    /*width: 150px;*/
    height: 150px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 50%;
    padding: 5px;
}

    .footer .footer_logo a img {
        width: 100%;
        height: 100%;
        padding: 15px;
    }

.footer span {
    float: left;
}

.footer .location span i, .footer .footer_contact span i, .footer .footer_email span i {
    margin-right: 10px;
    color: #593c34;
    font-size: 18px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.footer .footer_link {
    float: left;
    width: 100%;
    text-align: center;
}

    .footer .footer_link .footer_nav {
        padding-left: 32%;
        float: left;
        width: 100%;
    }

        .footer .footer_link .footer_nav li a i {
            margin-right: 10px;
        }

.footer .footer_header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .footer .footer_header h5 {
        font: 500 20px/24px "Montserrat", sans-serif;
        position: relative;
        color: #2f201c;
    }

.footer p {
    font-size: 16px;
    color: #2f201c;
    line-height: 40px;
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
}

.footer .location span i:hover,
.footer .footer_contact span i:hover,
.footer .footer_email span i:hover {
    background-color: #344276;
    color: #fff;
}

.footer .footer_link .footer_nav li {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    line-height: 20px;
}

a {
    transition: all 0.3s;
}

.footer .footer_link .footer_nav li a:hover {
    color: #fff;
    margin-left: 5px;
}

.footer .footer_social_media {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

    .footer .footer_social_media .footer_social {
        border: 1px solid #da841b;
        width: 138px;
        background-color: #344276;
        padding: 4px 58px;
        font-size: 20px;
        position: relative;
    }

.footer_link .footer_nav li a {
    color: #2f201c;
}

.footer .footer_social_media .footer_social:hover {
    background-color: rgb(87, 146, 48);
}

    .footer .footer_social_media .footer_social:hover a {
        transform: translateY(-5px);
    }

.footer .footer_social_media .footer_social a {
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

.footer_copyright {
    float: left;
    width: 100%;
    text-align: center;
    /*margin-bottom: 30px;*/
}

    .footer_copyright p {
        font-size: 14px;
    }

        .footer_copyright p a {
            float: none;
            display: inline;
            color: #444;
            font-weight: 500;
        }

@media (min-width: 768px) {
    .footer {
        clip-path: polygon( 8% 8%, 92% 8%, 100% 0, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0 );
    }
}

@media (max-width: 1199px) {
    .footer .footer_link .footer_header h5 i {
        margin-left: 0;
    }

    .footer .footer_link .footer_header:hover h5 i {
        margin-left: 10px;
    }

    /*.footer .footer_contact p {
        margin-bottom: 16px;
    }*/

    .footer p {
        line-height: 34px;
    }

    .footer .footer_social_media .footer_social {
        width: 116px;
        padding: 4px 50px;
    }

    .googleplay img {
        width: 140px;
    }
}

@media (max-width: 991px) {
    .footer .footer_social_media .footer_social {
        width: 86px;
        padding: 2px 34px;
    }

    .footer_link .footer_nav li a {
        font-size: 14px;
    }

    .footer .footer_link .footer_header h5 {
        font-size: 15px;
    }

    .googleplay img {
        width: 105px;
        height: 34px;
    }
}

@media (max-width: 767px) {
    .footer .location p {
        margin-bottom: 16px;
    }

    .footer .footer_social_media .footer_social {
        width: 63px;
        padding: 0 24px;
        font-size: 16px;
    }

    .footer .link {
        padding: 10px 15px;
    }

    .footer .footer_logo {
        display: flex;
        justify-content: center;
    }

    .footer .footer_link .footer_header h5 {
        font-size: 18px;
        text-align: left;
    }

    .footer .footer_link .footer_nav {
        padding-left: 0;
    }

    .footer .footer_logo a img {
        margin-bottom: 10px;
    }

    .footer {
        margin-top: 40px;
    }

    .footer_copyright p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 8px;
    }

    .googleplay {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 543px) {
    .footer .footer_social_media .footer_social {
        width: 62px;
        padding: 2px 24px;
        margin-bottom: 1px;
        margin-right: 1px;
        margin-left: 1px;
        font-size: 14px;
    }

    .footer .link {
        padding: 11px 14px;
    }

    .footer {
        margin-top: 30px;
    }

    .footer_copyright p {
        font-size: 10px;
        line-height: 20px;
    }
}

button.scroltop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #fff;
    border: 0;
    margin: 0;
    cursor: pointer;
    display: none;
    height: 45px;
    width: 45px;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    background: #344276;
    z-index: 50;
}


/* about-page-start */

.about_page {
    /* float: left; */
    width: 100%;
    /* margin-top: 80px; */
}

.about_mission_lefttext {
    float: left;
    width: 100%;
}

    .about_mission_lefttext h1 {
        font: 500 50px/56px "Montserrat", sans-serif;
        color: #111;
        padding: 0 0 20px;
    }

    .about_mission_lefttext p {
        font-size: 18px;
        color: #444;
        font-weight: 400;
    }

.about_mission_img {
    float: left;
    width: 100%;
}

    .about_mission_img img,
    .about_mission_img a {
        border-radius: 10px;
        filter: drop-shadow(10px 10px 42px #c1c1c1);
    }

.about_categories {
    /* float: left; */
    width: 100%;
    background-color: rgba(106, 176, 60, 10%);
    /* padding: 50px 0; */
}

.cat_box {
    float: left;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

    .cat_box span {
        width: 70px;
        height: 70px;
        background-color: rgba(106, 176, 60, 80%);
        border-radius: 50%;
        display: inline-block;
    }

    .cat_box .span1 {
        background-color: rgba(220, 120, 34, 80%);
    }

    .cat_box .span2 {
        background-color: rgba(89, 60, 52, 80%);
    }

        .cat_box .span2 i {
            color: #da841b;
        }

    .cat_box span i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        color: rgb(89, 60, 52);
    }

    .cat_box h5 {
        font: 600 22px/30px "Montserrat", sans-serif;
        letter-spacing: 1px;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

    .cat_box p {
        color: #444;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .cat_box:hover h5 {
        color: #344276;
    }

    .cat_box:hover .cart3 {
        color: rgb(89, 60, 52);
    }

    .cat_box:hover .cart2 {
        color: rgb(248, 137, 41);
    }

    .cat_box:hover {
        transform: translateY(-10px);
        box-shadow: 10px 10px 20px #acacac, -10px -10px 20px #ffffff;
    }

.Principal_sms {
    float: left;
    width: 100%;
    margin-top: 80px;
}

@media (max-width: 991px) {
    .about_mission_lefttext h1 {
        font: 500 30px/36px "Montserrat", sans-serif;
        padding: 0;
    }

    .about_page {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .about_mission_lefttext h1 {
        font: 500 26px/30px "Montserrat", sans-serif;
    }

    .about_page {
        margin-top: 40px;
    }
}

@media (max-width: 543px) {
    .about_mission_lefttext h1 {
        font: 500 24px/30px "Montserrat", sans-serif;
    }

    .about_page {
        margin-top: 30px;
    }
}

/* about page-end */

/* about School - start */
.about_school {
    margin: 100px 0;
}

.about_block h5 {
    font-weight: 700;
    margin-bottom: 20px;
}

.about_block ul li {
    display: list-item;
    list-style-type: disclosure-closed;
    margin-bottom: 10px;
    line-height: 1.8;
}

.about_vision h2 {
    font-family: 'Courgette', cursive;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    color: #6ab03c;
    margin: 0;
}
/* about School - end */
/* contact-us-start*/
.contact_location {
    /* float: left; */
    width: 100%;
    /* padding: 50px; */
}

    .contact_location h5 {
        margin-bottom: 25px;
        font-weight: 600;
        font-size: 25px;
        color: #5a3c31;
    }

    .contact_location iframe {
        box-shadow: 0 0 10px #ddd;
        border-radius: 10px;
        border: 5px solid #fff;
    }

section {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    min-height: 100vh;
    margin: 80px 0;
    padding: 50px 0;
}

    section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }

    section .container {
        /* position: relative; */
        /* min-height: 500px; */
        display: flex;
    }

        section .container .contactInfo {
            position: absolute;
            top: 40px;
            width: 350px;
            height: calc(100% - 80px);
            background-color: rgb(52 66 118);
            z-index: 1;
            padding: 75px 40px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
        }

            section .container .contactInfo h2 {
                font: 500 24px/30px "Montserrat", sans-serif;
                color: #fff;
            }

            section .container .contactInfo ul.info {
                position: absolute;
                margin: 20px 0;
                padding: 0;
            }

                section .container .contactInfo ul.info li {
                    position: relative;
                    list-style: none;
                    display: flex;
                    margin: 20px 0;
                    cursor: pointer;
                    align-items: center;
                    color: #fff;
                }

                    section .container .contactInfo ul.info li i {
                        color: #da841b;
                        width: 40px;
                        height: 40px;
                        line-height: 40px;
                        text-align: center;
                        border-radius: 50%;
                        background-color: #fff;
                        margin-right: 10px;
                        flex: none;
                    }

                    section .container .contactInfo ul.info li span {
                        color: #fff;
                        line-height: 28px;
                    }

                        section .container .contactInfo ul.info li span:nth-child(1) {
                            width: 30px;
                            min-width: 30px;
                        }

        section .container .contactForm {
            position: absolute;
            padding: 50px;
            padding-left: 250px;
            margin-left: 150px;
            width: calc(100% - 150px);
            height: 100%;
            background-color: #ffffff;
            box-shadow: 0 50% 50% rgba(0, 0, 0, 0.15);
        }

            section .container .contactForm h2 {
                font: 500 24px/30px "Montserrat", sans-serif;
                color: rgb(218 132 27);
                margin-bottom: 20px;
            }

.contactForm .form_group {
    margin-bottom: 30px;
}

    .contactForm .form_group .form-control {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #da841b;
    }

        .contactForm .form_group .form-control:focus {
            box-shadow: none;
        }

.contactForm .form_btn .form-control {
    width: initial;
    float: right;
    color: #fff;
    padding: 5px 15px;
    background-color: #344276;
    border-radius: 0;
}

    .contactForm .form_btn .form-control:focus {
        box-shadow: none;
        border-color: #6bb13e;
    }

/*section .container .contactForm .formBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

section .container .contactForm .formBox .inputBox {
    position: relative;
    margin-bottom: 35px;
}

    section .container .contactForm .formBox .inputBox.inbox {
        width: 47%;
    }

    section .container .contactForm .formBox .inputBox.textarea {
        width: 100%;
    }

    section .container .contactForm .formBox .inputBox.button {
        width: 50%;
    }

    section .container .contactForm .formBox .inputBox input,
    section .container .contactForm .formBox .inputBox textarea {
        width: 100%;
        resize: none;
        padding: 5px 0;
        font-size: 14px;
        font-weight: 300;
        color: #333;
        border: none;
        outline: none;
        border-bottom: 1px solid #da841b;
    }

    section .container .contactForm .formBox .inputBox textarea {
        height: 130px;
        margin-top: 5px;
    }

    section .container .contactForm .formBox .inputBox span {
        position: absolute;
        left: 0;
        padding: 5px 0;
        pointer-events: none;
        font-size: 16px;
        font-weight: 300;
        transition: 0.3s;
    }

    section .container .contactForm .formBox .inputBox input:focus,
    section .container .contactForm .formBox .inputBox textarea:focus {
        box-shadow: none;
    }*/
/*section .container .contactForm .formBox .inputBox input:focus ~ span,
                    section .container .contactForm .formBox .inputBox input:valid ~ span,
                    section .container .contactForm .formBox .inputBox textarea:focus ~ span,
                    section .container .contactForm .formBox .inputBox textarea:valid ~ span {
                        transform: translateY(-20px);
                        font-size: 12px;
                        font-weight: 500;
                        letter-spacing: 1px;
                        color: rgb(87, 146, 48);
                    }*/
/*section .container .contactForm .formBox input[type="button"] {
    position: relative;
    cursor: pointer;
    background-color: rgb(87, 146, 48);
    border: none;
    max-width: 100px;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font: 400 18px/22px "Montserrat", sans-serif;
}

    section .container .contactForm .formBox input[type="button"]:hover {
        background-color: #da841b;
    }

iframe {
    border: none;
}*/

@media (max-width: 1200px) {
    section .container {
        width: 90%;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
        align-items: center;
    }

        section .container .contactInfo {
            top: 0;
            height: 470px;
            position: relative;
            box-shadow: none;
        }

        section .container .contactForm {
            position: relative;
            padding-left: 0;
            margin-left: 0;
            padding: 40px;
            height: 470px;
            box-shadow: none;
        }
}

@media (max-width: 991px) {
    .contact_location {
        margin-top: 60px;
    }

    section {
        margin-top: 60px;
    }

        section::before {
            display: none;
        }

        section .container {
            display: flex;
            flex-direction: column-reverse;
        }

            section .container .contactForm {
                width: 100%;
                height: auto;
            }

            section .container .contactInfo {
                height: 360px;
                width: 100%;
                flex-direction: row;
            }
}

@media (max-width: 767px) {
    .contact_location {
        margin-top: 40px;
    }

    section {
        margin-top: 40px;
    }
}

@media (max-width: 600px) {
    section .container .contactForm {
        padding: 25px;
    }

    section .container .contactInfo {
        padding: 25px;
        height: 315px;
        flex-direction: column;
        align-items: flex-start;
    }

    section .container .contactForm .formBox .inputBox.inbox {
        width: 100%;
    }
}

@media (max-width: 543px) {
    .contact_location {
        margin-top: 30px;
    }

    section {
        margin-top: 30px;
    }
}
/* contact-us-end*/
/* dignitaries-page-start */

.dignitaries_page {
    width: 100%;
}

.digni1_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    background-color: rgba(89, 60, 52,60%);
    border-radius: 10px;
}

.digni_left {
    width: 40%;
    text-align: center;
    color: #fff;
}

.digni_name {
    margin-top: 10px;
}

.digni1_main .digni_img {
    display: block;
    margin: auto;
    background-color: #dc782390;
    padding: 5px;
    border-radius: 100%;
}

    .digni1_main .digni_img img {
        border-radius: 100%;
    }

.digni1_main .digni_sms {
    padding: 15px 15px 15px 30px;
    width: 60%;
    border-radius: 10px;
    text-align: justify;
    background-color: #fff;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 5% 100%, 5% 88%, 0 75%, 5% 66%);
    box-shadow: inset 0 0 8px rgba(89, 60, 52,60%);
}

.digni1_main .digni_name h4 {
    font: 600 22px/26px "Montserrat", sans-serif;
}

.digni1_main .digni_name span {
    color: #444;
    font: 500 18px/26px "Montserrat", sans-serif;
}

.digni1_main .digni_sms p {
    color: #444;
    margin-bottom: 0;
}

    .digni1_main .digni_sms p i {
        width: 100%;
        margin-top: 20px;
        color: #344276;
        font-size: 20px;
    }


.about_breadcrumb {
    float: left;
    width: 100%;
    min-height: 300px;
    background-image: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 120px;
}

    .about_breadcrumb .breadcrumb.back {
        background: none;
    }

        .about_breadcrumb .breadcrumb.back span {
            color: #fff;
            font-size: 10px;
            line-height: 27px;
        }

        .about_breadcrumb .breadcrumb.back li a {
            color: #fff;
        }

        .about_breadcrumb .breadcrumb.back li {
            color: #fff;
        }

    .about_breadcrumb h4 {
        padding: 0.75rem 1rem;
        margin-bottom: 0;
    }


div ::selection {
    color: #fff;
    background-color: #344276;
}

p::selection {
    color: #fff;
    background-color: #344276;
}

li::selection {
    color: #fff;
    background-color: #344276;
}

@media(max-width:991px) {
    .digni_left {
        width: 100%;
    }

    .digni1_main .digni_sms {
        width: 100%;
        clip-path: polygon(0 5%, 15% 5%, 27% 0, 37% 5%, 100% 5%, 100% 100%, 0 100%);
    }

    .dignitaries_page {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .dignitaries_page {
        margin-top: 40px;
    }
}

@media(max-width:544px) {
    .dignitaries_page {
        margin-top: 30px;
    }
}

/* dignitaries-page-end */

/* achievement-start */

.achievement_page {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.achievement_img {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 80px;
}

.achiement_footer {
    margin-top: 30px;
}

.achievement_img a::after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 80%;
    position: absolute;
    right: 32%;
    top: -75%;
    transform: skewY(-50deg);
    transition: all 0.5s ease 0s;
    width: 150%;
}

.achievement_img a:hover img {
    transform: scale(1.1);
}

.achievement_img:hover a::after {
    right: -55%;
    top: 120%;
}

.achievement_img img {
    height: 300px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

.achievement_img::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    background-color: rgba(106, 176, 60, 90%);
    width: 100%;
    height: 100%;
}

.achiement_dec {
    float: left;
    width: 100%;
    padding: 30px 0;
}

    .achiement_dec:hover h4 {
        color: rgb(86, 139, 51);
    }

    .achiement_dec h4 {
        font: 500 24px/30px "Montserrat", sans-serif;
        color: #111;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

iframe {
    border: 2px solid #da841b;
}

.achiement_dec p {
    color: #444;
}

    .achiement_dec p i {
        margin-right: 8px;
    }

.achibtn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #da841b;
}

    .achibtn:hover {
        background-color: rgb(248, 137, 41);
    }

@media(max-width:575px) {
    .achievement_img::after {
        top: 20px;
        left: 0;
    }
}


.achieve_modal .modal-body img {
    height: 250px;
    width: 100%;
}

.achieve_modal .modal-body h4 {
    color: #da841b;
    margin-bottom: 10px 0 25px 0;
}
/* achievemnet-end */
/* news-event-start */
.news_event_main {
    width: 100%;
}

.news_event {
    float: left;
    width: 100%;
    background-color: rgba(86, 139, 51, 10%);
    border: 3px dashed rgb(220, 120, 35);
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.news_event1 {
    border: 3px dashed rgb(89, 60, 52);
}

.news_event2 {
    border: 3px dashed #344276;
}

.news_img {
    float: none;
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

    .news_img a {
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }

    .news_img img {
        width: 100%;
        height: 100%;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

.news_dec {
    float: left;
    width: 100%;
    letter-spacing: 1px;
    padding: 10px;
}

.color-blue {
    color: #344276;
}

.color-y{
    color: #d8831b;
}

.news_dec .news_date {
    float: left;
    padding: 5px 10px;
    background-color: #344276;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    position: absolute;
    top: 16px;
    right: 6px;
    z-index: 2;
}

    .news_dec .news_date span {
        font-size: 16px;
    }

    .news_dec .news_date p::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        height: 2px;
        background-color: rgb(220, 120, 35);
    }

.news_dec p {
    margin-bottom: 0;
}

.news_dec p {
    position: relative;
}


/*.news_dec p:nth-child(3) {
        text-indent: 50px;
        text-align: justify;
    }*/

.news_heading {
    width: 100%;
}

    .news_heading h4 {
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 38px;
        margin-bottom: 0;
        line-height: 50px;
        font-weight: 600;
        transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -ms-transition: all 300ms ease-in-out 0;
    }

.modal-footer .btn {
    background-color: #344276;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0;
}

    .modal-footer .btn:hover {
        background: rgb(220, 120, 35);
        color: #fff;
        margin-left: 10px;
    }

.news_event:hover .news_img img {
    transform: scale(1.1);
}

.news_event:hover h4 {
    color: #344276;
}


@media(max-width:991px) {

    .news_dec .news_date {
        width: 16%;
    }
}

@media(max-width:767px) {
    .news_img img {
        width: 100%;
    }
}

@media(max-width:480px) {
    .news_img img {
        width: 100%;
    }

    .news_dec .news_date {
        width: 20%;
        padding: 5px 2px;
        font-size: 12px;
        height: 55px;
    }
}

@media(max-width:400px) {

    .news_dec .news_date {
        width: 31%;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 10px 0 10px 0;
        z-index: 111;
    }
}

/* news-event-end */

/* download-start */

.download_page_main {
    width: 100%;
}

    .download_page_main .download_section {
        float: left;
        width: 100%;
        background: #5a3c3140;
        border-radius: 10px;
        transition: .3s;
    }

    .download_page_main .daunload_img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: 0 auto;
    }

        .download_page_main .daunload_img img {
            width: 200px;
            height: 200px;
            border-radius: 20px;
        }

    .download_page_main .download_dec h4 {
        font-size: 22px;
        height: 58px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .download_page_main button {
        background: rgb(220, 120, 35);
        border: none;
        outline: none;
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff;
    }

    .download_page_main .download {
        float: none;
        width: auto;
        display: inline-block;
        text-align: center;
    }

    .download_page_main button:hover {
        background: rgb(233, 130, 41);
    }

    .download_page_main .download_section:hover {
        background: rgb(52, 66, 118, 0.7);
    }

@media(max-width:1199px) {
    .download_page_main .daunload_img {
        width: 160px;
        height: 160px;
    }

        .download_page_main .daunload_img img {
            width: 160px;
            height: 160px;
        }
}

@media(max-width:991px) {
    .download_page_main {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .download_page_main {
        margin-top: 40px;
    }
}

@media(max-width:575px) {
    .download_page_main {
        margin-top: 15px;
    }
}

/* download-end */

/* gallery-start */

.gallery_page_main {
    width: 100%;
    display: block;
}

    .gallery_page_main .gallery {
        width: 100%;
    }

    .gallery_page_main li {
        float: left;
        margin: 0.4%;
        padding: 8px;
        position: relative;
        width: 32.4%;
        overflow: hidden;
        border: 2px solid rgb(220, 120, 35);
    }

        .gallery_page_main li > a::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(33, 33, 33, 0.8);
            opacity: 0;
            transition: all 0.3s ease 0s;
            z-index: 11;
        }

.gallery_dec {
    text-align: center;
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    padding: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

    .gallery_dec h3 {
        font: 500 30px/36px "Montserrat", sans-serif;
        margin-bottom: 12px;
        font-size: 24px;
        transition: all 0.3s ease 0s;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }

    .gallery_dec p {
        font: 400 16px/20px "Montserrat", sans-serif;
        margin-bottom: 30px;
        transition: all 0.3s ease 0s;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
    }

.gallery_page_main .gallery_dec span {
    display: inline-block;
    width: 50px;
    height: 5 0px;
    border-radius: 50%;
    background: #344276;
}

.gallery_page_main ul > li:hover .gallery_dec h3, .gallery_page_main ul > li:hover .gallery_dec, .gallery_page_main ul > li:hover .gallery_dec p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.gallery_page_main li:hover a::before {
    opacity: 1;
}

.gallery_page_main li:hover img {
    transform: scale(1.1);
}

.gallery_page_main .gallery_dec span i {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.gallery_page_main li a {
    overflow: hidden;
    transition: all 0.5s;
}

    .gallery_page_main li a,
    .gallery_page_main li a img {
        display: block;
        position: relative;
        width: 100%;
        height: 300px;
        transition: all 0.3s ease 0s;
    }

@media(max-width:991px) {
    .gallery_page_main li a,
    .gallery_page_main li a img {
        height: 250px;
    }

    .gallery_page_main {
        margin-top: 60px
    }
}

@media(max-width:767px) {

    .gallery_page_main li {
        width: 49%;
    }

    .gallery_page_main {
        margin-top: 40px;
    }
}

@media(max-width:544px) {
    .gallery_page_main li {
        width: 100%;
        margin: auto;
    }

    .gallery_page_main {
        margin-top: 30px;
    }

        .gallery_page_main li.gphoto {
            margin-top: 30px;
        }
}
/* gallery-end */

/* gallerey-photo-start */
.gallery_photo {
    float: left;
    width: 100%;
    margin-top: 80px;
    text-align: center;
}

.gallary_page .gallary_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .gallary_page .gallary_item a {
        position: relative;
        margin: 10px;
        /* background-color: #333; */
        padding: 2px;
    }

        .gallary_page .gallary_item a i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 18px;
            opacity: 0;
        }

        .gallary_page .gallary_item a:hover i {
            opacity: 1;
        }

        .gallary_page .gallary_item a img {
            width: 250px;
            height: 280px;
            object-fit: fill;
            border: 4px solid #fff;
            box-shadow: 0 0 5px #ddd;
        }

        .gallary_page .gallary_item a:hover img {
            opacity: 0.5;
        }


/* gallery-photo-end */
/* marquee-start */

.marquee {
    float: left;
    width: 100%;
    height: 37px;
    background: #2f201c;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
    font-weight: 500;
}

    .marquee a {
        line-height: 37px;
        color: #fff;
        display: initial;
        float: none;
    }

/* ad-1-start */
.ad1_title {
    float: left;
    width: 100%;
    background-color: rgba(220, 120, 35,50%);
    color: #2f201c;
    padding: 70px 0;
}

    .ad1_title h1 {
        font: 500 40px/44px "Montserrat", sans-serif;
    }

.about_ad1 {
    float: left;
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
}

    .about_ad1 .img {
        float: left;
        width: 100%;
        height: 200px;
        position: relative;
    }

    .about_ad1 .img1 {
        background-image: url(../images/ar1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 50px;
    }

.img_title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(220, 120, 35,70%);
    padding: 5px 10px;
    border-radius: 0 0 10px 0;
}

    .img_title h5 {
        margin-bottom: 0;
    }

.about_ad1 .img2 {
    background-image: url(../images/about_page_mission2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}

.about_ad1 .img3 {
    margin-top: -100px;
    margin-left: 100px;
    background-color: #fff;
    padding: 10px;
}

    .about_ad1 .img3 img {
        height: 290px;
    }

.about_ad1 .img4 {
    background-image: url(../images/infrastructure.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 100px;
}

.about_ad1 .img5 {
    background-image: url(../images/ourinfra.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 110px;
    width: 200px;
}

.ad_1_des {
    float: left;
    width: 100%;
}

    .ad_1_des h2 {
        font: 500 36px/40px "Montserrat", sans-serif;
        color: #344276;
    }

    .ad_1_des p {
        line-height: 35px;
        color: #767676;
    }

@media(max-width:991px) {
    .ad1_title h1 {
        font: 500 32px/38px "Montserrat", sans-serif;
    }

    .ad_1_des h2 {
        font: 500 30px/40px "Montserrat", sans-serif;
    }

    .about_ad1 {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .ad1_title h1 {
        font: 500 28px/32px "Montserrat", sans-serif;
    }

    .ad_1_des h2 {
        font: 500 26px/32px "Montserrat", sans-serif;
        margin-top: 10px;
    }

    .about_ad1 {
        margin-top: 40px;
    }

        .about_ad1 .img1 {
            margin-top: 0;
        }

        .about_ad1 .img2 {
            height: 200px;
            margin-top: 15px;
        }

        .about_ad1 .img3 {
            margin-top: 10px;
            margin-left: 0;
            padding: 0;
        }

            .about_ad1 .img3 img {
                height: 200px;
            }

        .about_ad1 .img4 {
            margin-left: 0;
            margin-top: 20px;
        }

        .about_ad1 .img5 {
            margin-left: 0;
            margin-top: 20px;
            width: 100%;
        }

    .ad1_title {
        padding: 50px 0;
    }
}

@media(max-width:575px) {
    .ad1_title h1 {
        font: 500 24px/28px "Montserrat", sans-serif;
    }

    .ad_1_des h2 {
        font: 500 24px/28px "Montserrat", sans-serif;
    }

    .ad1_title {
        padding: 40px 0;
    }

    .about_ad1 {
        margin-top: 15px;
    }
}

/* ad-1-end */

/* history-start */
.history_header {
    float: left;
    margin-top: 80px;
}

    .history_header h2 {
        font: 500 36px/40px "Montserrat", sans-serif;
        color: #344276;
    }

    .history_header p {
        color: #767676;
    }

.ad_1_history {
    float: left;
    width: 100%;
    background-image: url(../images/toppersbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    background-blend-mode: overlay;
    background-color: #11111190;
}

    .ad_1_history .history_1 {
        float: left;
        width: 100%;
        background-color: #2f201c99;
        border-radius: 10px;
        box-shadow: 2px 2px 6px #111111;
    }

.history_2 {
    float: left;
    width: 100%;
    background-color: rgba(220, 120, 35,70%);
    border-radius: 10px;
    box-shadow: 2px 2px 6px #11111190;
}

.history_3 {
    float: left;
    width: 100%;
    background-color: rgba(106, 176, 60,70%);
    border-radius: 10px;
    box-shadow: 2px 2px 6px #11111199;
}

.ad_1_history .history_img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    /* padding: 20px; */
}

    .ad_1_history .history_img img {
        border-radius: 10% 40%;
        width: 300px;
        height: 200px;
    }

/* history-end */

/* gallery-start */
.ad_1_gallery {
    float: left;
    width: 100%;
    background-color: #2f201c90;
    margin-top: 80px;
    padding-top: 50px;
}

    .ad_1_gallery .gallery {
        overflow: visible;
    }

.gallery1 {
    float: left;
    width: 23.1%;
    height: 350px;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    transition: all 0.6s;
    position: relative;
}

    .gallery1 .thumb {
        width: 30px;
        height: 30px;
        background: rgb(220, 120, 35);
        text-align: center;
        position: absolute;
        z-index: 3;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        perspective: 1000;
        color: #fff;
    }

        .gallery1 .thumb i {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

    .gallery1:hover {
        transform: rotate(6deg);
    }

    .gallery1 li a img {
        height: 250px;
    }

.gallery_name {
    float: left;
    width: 100%;
    color: #344276;
}

.ad_1_footer {
    margin-top: 80px;
}

@media(max-width:1199px) {
    .gallery1 {
        width: 22.8%;
    }
}

@media(max-width:991px) {
    .gallery1 {
        width: 30.4%;
    }

    .ad_1_gallery {
        margin-top: 60px;
    }

    .ad_1_footer {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .gallery1 li a img {
        height: 150px;
    }

    .ad_1_footer {
        margin-top: 40px;
    }

    .ad_1_gallery {
        margin-top: 40px;
    }

    .gallery1 {
        height: 220px;
        width: 29.4%;
    }

    .gallery_name h4 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .gallery1 {
        height: 240px;
    }

    .ad_1_gallery {
        margin-top: 30px;
    }

    .gallery_name h4 {
        font-size: 16px;
    }

    .ad_1_footer {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .gallery1 {
        height: 240px;
        width: 94%;
    }
}
/* gallery-end */

/* contact_us ad1-start */

.ad_1_contact_info {
    float: left;
    width: 100%;
    margin: 80px 0;
    background: #dd600850;
    padding: 50px 0;
}

.ad1_contact {
    background-color: #fff;
    border-radius: 10% 30%;
    padding: 50px;
}

.ad_1_contact_info .form-control:focus {
    border-color: rgb(220, 120, 35);
    box-shadow: 0 0 0 0.2rem rgba(220, 120, 35,25%);
}

.ad_1_contact_info .information_header h4 {
    font: 600 34px/40px "Montserrat", sans-serif;
    padding-bottom: 20px;
}

.ad1_info p {
    color: #767676;
}

.ad1_info i {
    color: #344276;
    font-size: 20px;
}

.ad_1_contact_info button, .ad_1_gallery button, .ad_achievment_main .btn {
    background-color: #344276;
    color: #fff;
    border-radius: 20px 50px;
    padding: 10px 20px;
    border: none;
}

    .ad_1_contact_info button:hover, .ad_1_gallery button:hover, .ad_achievment_main .btn:hover {
        background-color: rgb(220, 120, 35);
        color: #fff;
    }

@media (max-width: 991px) {
    .ad_1_contact_info {
        margin: 60px 0;
    }
}

@media(max-width:767px) {
    .ad1_contact {
        padding: 40px;
    }

    .ad_1_contact_info .information_header h4 {
        font: 600 27px/0px "Montserrat", sans-serif;
    }

    .ad_1_contact_info {
        margin: 40px 0;
    }
}

@media (max-width: 575px) {
    .ad1_contact {
        margin-top: 20px;
    }

    .ad_1_contact_info {
        margin: 30px 0;
    }
}
/* contact_us ad1-end */
.history_title {
    float: left;
    width: 100%;
    margin-top: 80px;
}

    .history_title .ot-title {
        margin-bottom: 10px;
    }

    .history_title .history_dec {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

.main-content {
    float: left;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

    .main-content h3 {
        font: 600 30px/36px "Montserrat", sans-serif;
    }

.main-content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

.timeline {
    position: relative;
    list-style: none;
    margin: 0 auto 30px;
    padding-left: 0;
    width: 90%;
    z-index: 1;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline::before {
        left: 145px;
    }
}

.timeline::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
    top: 0;
    left: 10%;
    position: absolute;
}

@media (min-width: 768px) {

    .timeline-block {
        display: flex;
    }
}

.timeline-block {
    display: block;
    position: relative;
}

.timeline-block {
    display: -webkit-box;
    display: flex;
}

@media (min-width: 768px) {
    .timeline-date {
        text-align: right;
        margin-right: 10px;
    }
}

.timeline-date {
    flex: 0 1 120px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: left;
}

.timeline-date {
    font-size: 12px;
    font-weight: 500;
    color: #111;
}

@media (min-width: 768px) {
    .timeline-date span {
        display: block;
    }
}

@media (min-width: 768px) {
    .timeline-icon {
        position: static;
    }
}

.timeline-icon {
    flex: 0 1 32px;
    position: absolute;
    top: 0;
    left: 95px;
    text-align: center;
}

.badge:empty {
    display: inline-block;
    vertical-align: inherit;
}

.main-content .badge:empty {
    display: block;
}

.badge-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    vertical-align: middle;
}

.badge-cyan {
    background-color: #344276;
}

.badge {
    border-radius: 3px;
    font-weight: 400;
    line-height: 1.3;
    font-size: 85%;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 992px) {
    .timeline .timeline-block:nth-child(odd) .timeline-content {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

.timeline-content {
    margin: 0 0 40px 20px;
}

.timeline-content {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    margin-bottom: 60px;
}

    .timeline-content .card {
        margin-bottom: 0;
    }

.no-border {
    border: 0 !important;
}

.media {
    flex-wrap: wrap;
}

.media {
    padding: 16px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .media a:not(.btn):not(.avatar) {
        color: #4d5259;
    }

.media-body > * {
    margin-bottom: 0;
}

.main-content figure {
    margin: 0 0 0;
}

@media(max-width:991px) {
    .timeline::before {
        left: 16%;
    }

    .media {
        padding: 0;
    }

    .main-content figure {
        margin-top: 20px;
    }

    .history_title {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .timeline::before {
        left: 21.6%;
    }
}

@media (max-width: 767px) {
    .history_title {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .history_title {
        margin-top: 30px;
    }
}

@media(max-width:320px) {
    .media {
        width: 155px;
    }

    .timeline::before {
        left: 38%;
    }
}

/* mission-start */

.ad_1_mission {
    float: left;
    width: 100%;
    margin-top: 80px;
}

.mission_title h4 {
    font: 600 34px/40px "Montserrat", sans-serif;
}

.mission_title p, .mission_dec p {
    color: #767676;
    line-height: 35px;
    font-size: 19px;
}

.mission_dec {
    float: left;
    width: 90%;
    margin-top: 80px;
}

    .mission_dec i {
        color: #344276;
        font-size: 50px;
    }

.mission_img {
    float: left;
    width: 100%;
    height: 400px;
    margin-top: 50px;
    position: relative;
}

    .mission_img img {
        height: 100%;
    }

@media(min-width:576px) {
    .mission_img::after {
        content: "";
        position: absolute;
        top: 15%;
        left: -10%;
        width: 125%;
        height: 220px;
        background: rgba(220, 120, 35,70%);
        z-index: -1;
    }
}

@media(max-width:767px) {
    .ad_1_mission {
        margin-top: 40px;
    }

    .mission_title h4 {
        font: 600 30px/40px "Montserrat", sans-serif;
    }

    .mission_title p, .mission_dec p {
        font-size: 16px;
    }

    .mission_dec i {
        font-size: 36px;
    }
}

@media(max-width:575px) {
    .mission_img {
        height: 250px;
    }

    .ad_1_mission {
        margin-top: 30px;
    }

    .mission_dec {
        margin-top: 0;
    }

    .mission_img {
        margin-top: 30px;
    }
}

/* mission-end */

/* ------------------------------  ad1_testimonial_main_start--------------------------- */

.ad1_testimonial_main {
    float: left;
    width: 100%;
    margin-top: 150px;
    padding: 50px 0;
    background-image: url(../images/testimonial-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
}

.ad1_testimonial {
    float: left;
    width: 100%;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 50% 100%, 0 80%);
    padding: 15px 15px 50px;
}

.ad_testi_img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
    background-color: #593c3490;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: inset 0px 0px 20px rgba(220, 120, 35, 50%);
}

    .ad_testi_img img {
        height: 100%;
        border-radius: 50%;
    }

.ad1_testimonial_dec h4 {
    font: 600 24px/34px "Montserrat", sans-serif;
    color: #666;
    position: relative;
    padding-bottom: 10px;
}

    .ad1_testimonial_dec h4::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #767676;
        width: 70%;
        height: 2px;
    }

.ad1_testimonial_dec p, .ad1_testimonial_dec i {
    color: #767676;
}

@media screen and (min-width:768px) and (max-width:991px) {
    .ad_testi_img {
        width: 120px;
        height: 120px;
    }

    .ad1_testimonial_dec h4 {
        font: 600 18px/34px "Montserrat", sans-serif;
    }

    .ad1_testimonial_dec p {
        font-size: 13px;
    }

    .ad1_testimonial_main {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .ad1_testimonial_main {
        margin-top: 40px;
    }
}

@media(max-width:575px) {
    .ad1_testimonial_main {
        margin-top: 30px;
    }
}

/* ------------------------------  ad1_testimonial_main_end--------------------------- */


/* --------------------------------ad_achievment_main-start---------------------- */

.ad_achievment_main {
    float: left;
    width: 100%;
    height: 450px;
    margin-top: 80px;
    padding: 50px 0;
    background-color: #2f201c90;
}

.ad_achievment_img {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 4px;
    border: 6px double #ff7b0190;
}

    .ad_achievment_img img {
        height: 400px;
    }

.ad_achievment_main h3 {
    font: 500 30px/34px "Montserrat", sans-serif;
}

.ad_achie_right_text p {
    font-size: 18px;
}

@media(max-width:767px) {
    .ad_achievment_img img {
        height: 300px;
    }

    .ad_achievment_main h3 {
        font: 500 20px/24px "Montserrat", sans-serif;
    }

    .ad_achievment_main {
        margin-top: 40px;
    }

    .ad_achie_right_text p {
        font-size: 13px;
    }
}

@media(max-width:575px) {
    .ad_achievment_main {
        height: auto;
    }

    .ad_achievment_main {
        margin-top: 30px;
    }

    .ad_achievment_img {
        width: 100%;
    }
}



/* --------------------------------ad_achievment_main-end---------------------- */



/* ---------------------- contact main sccess ------------------- */
.c_success {
    background-color: #2574ab;
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

    .c_success .item {
        background-color: #fff;
        padding: 50px;
        border-radius: 20px;
        box-shadow: 5px 5px 10px #616161;
        width: 350px;
    }

        .c_success .item .icon {
            width: 120px;
            height: 120px;
            border-radius: 100%;
            background-color: #2574ab;
            border: 8px solid #d8efff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

            .c_success .item .icon i {
                font-size: 40px;
                color: #fff;
            }

    .c_success .content h2 {
        font-size: 35px;
        color: #2574ab;
        font-weight: 700;
        padding: 20px 0;
    }

    .c_success .content p {
        font-size: 18px;
    }

    .c_success .content .link {
        line-height: 1.8;
        font-size: 16px;
    }

        .c_success .content .link a {
            font-weight: 500;
            color: #2574ab;
            float: none;
        }



/* ---------------------- contact main fail ------------------ */
.c_fail {
    /* background-color: #d0242f; */
    background-image: linear-gradient(325deg, #d0242f, transparent);
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

    .c_fail .item {
        background-color: #fff;
        padding: 50px;
        border-radius: 20px;
        box-shadow: 5px 5px 10px #616161;
        width: 350px;
    }

        .c_fail .item .icon {
            width: 120px;
            height: 120px;
            border-radius: 100%;
            background-color: #d0242f;
            border: 8px solid #ffd9db;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

            .c_fail .item .icon i {
                font-size: 40px;
                color: #fff;
            }

    .c_fail .content h2 {
        font-size: 35px;
        color: #d0242f;
        font-weight: 700;
        padding: 20px 0;
    }

    .c_fail .content .link {
        font-size: 16px;
        line-height: 1.8;
        text-align: center;
    }

        .c_fail .content .link a {
            font-weight: 500;
            color: #d0242f;
            float: none;
        }


/*------------------------------------------------------------------------------------------------------------------------------------------*/
.btn {
    position: relative;
    padding: 4px 25px;
    font-size: 18px;
    color: #da841b;
    font-weight: 700;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
}

    .btn:before, .btn:after {
        content: '';
        position: absolute;
        transition: inherit;
        z-index: -1;
    }

    .btn:hover {
        color: white;
        transition-delay: .5s;
    }

        .btn:hover:before {
            transition-delay: 0s;
        }

        .btn:hover:after {
            background: #da841b;
            transition-delay: .35s;
        }

.from-left:before,
.from-left:after {
    top: 0;
    width: 0;
    height: 100%;
}

.from-left:before {
    right: 0;
    border: 1px solid #da841b;
    border-left: 0;
    border-right: 0;
}

.from-left:after {
    left: 0;
}

.from-left:hover:before,
.from-left:hover:after {
    width: 100%;
}


/*Counter -----------------------*/

.counter-icon {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
    width: 90px;
    background-color: #8793c0;
    border-radius: 50%;
    padding: 22px 0;
}




/*Achievement -----------------------*/

.achi-imgs {
    width: 100%;
}

    .achi-imgs img {
        width: 100%;
        height: 300px;
        object-fit: fill;
    }

.achi-data {
    width: 100%;
    height: 200px;
    border: 0px solid #353535;
    padding: 0 10px;
    transition: .5s;
    border-radius: 0 0 8px 8px;
}

    .achi-data h4 {
        color: #344276;
        text-align: center;
        font-size: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: .5s;
    }

    .achi-data span {
        font-size: 13px;
        text-align: right;
        text-decoration: underline;
        transition: .5s;
    }

    .achi-data a {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        text-decoration: underline;
        font-size: 12px;
        margin: auto;
    }

.achi-data {
    background-color: #353535;
}

    .achi-data p, .achi-data h4, .achi-data span {
        color: white;
    }

.counter-box:hover i {
    transition: .3s;
}

.counter-box:hover i {
    text-shadow: 4px 4px 2px #344276;
}



/*BTN ----------------------------------------------------- */

.heading {
    color: #344276;
    font: 500 38px/38px "Montserrat", sans-serif;
    text-align: center;
    font-weight: 700;
    padding-bottom: 50px;
}

#personal {
    color: #344276;
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    right: 2%;
}

.spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.svg-wrapper {
    margin-top: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin: auto;
}

#shape {
    stroke-width: 3px;
    /*stroke-width: 6px;*/
    fill: transparent;
    stroke: #da841b;
    /*stroke-dasharray: 85 400;*/
    stroke-dasharray: 50 0;
    stroke-dashoffset: 0;
    /*stroke-dashoffset: -220;*/
    transition: 1s all ease;
}

#text {
    margin-top: -35px;
    text-align: center;
}

    #text a {
        width: 100%;
        display: block;
        color: #d78839;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1em;
    }

.svg-wrapper:hover #shape {
    stroke-dasharray: 85 400;
    /*stroke-dasharray: 50 0;*/
    stroke-width: 6px;
    /*stroke-width: 3px;*/
    stroke-dashoffset: -220;
    /*stroke-dashoffset: 0;*/
    stroke: #da841b;
    /*stroke: #344276;*/
}



/*feature ----------------------------------------------------- */

.ser-icon {
    display: flex;
    width: 80px;
    height: 80px;
    position: relative;
    color: #f9f9f9;
    font-size: 32px;
    text-shadow: 2px 2px 0.5rem #000000;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: .5s;
}

.ser-icon-span {
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    background-color: #344276;
    transform: rotate(0);
    transition: .5s;
}

.ser-box {
    border-radius: 8px;
    overflow: hidden;
}

    .ser-box:hover .ser-icon {
        font-size: 52px;
    }



    .ser-box:hover .ser-icon-span {
        transform: rotate(180deg);
        border-radius: 50%;
        top: -100px;
        left: -95px;
        bottom: -370px;
        right: -90px;
        width: auto;
        height: auto;
    }

.ser-heading {
    position: relative;
    z-index: 5;
    color: #d8831b;
    text-align: center;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 16px 0;
    margin: 0;
}

.ser-data {
    position: relative;
    z-index: 5;
    height: 130px;
    overflow-y: auto;
    padding: 0 7px 0 15px;
    margin: 0 8px 15px 0;
}

.ser-box:hover .ser-data {
    color: white !important;
}

.ser-data::-webkit-scrollbar {
    width: 2px;
}

.ser-data::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.ser-data:hover::-webkit-scrollbar-thumb {
    background: #d8831b;
    border-radius: 10px;
}

.fosi14 {
    font-size: 14px;
}




/*  Gallery Albums ------------------------------------------------------------------- */

.galleryimgs {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: .7s;
}

.gallery-album-name {
    /*font-family: 'Merienda', cursive;*/
    font-weight: 800;
    color: #344276;
    background-color: rgba(186, 186, 186, 0.76);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 20px;
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotate(90deg);
    transform-origin: 0 0;
    transition: .3s;
    z-index: 5;
}

    .gallery-album-name div {
        position: relative;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
    }

.galleryimgs:hover .gallery-img {
    transform: scale(1.1);
}

.galleryimgs:hover .gallery-album-name {
    transform: rotate(0deg);
}

.gallery-album-bg a {
    width: 100%;
    height: 100%;
}

.gallery-album-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    transition: .3s;
}




.vl-video {
    position: relative;
    border: 1px solid #ccc;
    padding: 6px 6px 0;
}

.jump-video {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 5;
}




/* Bottom line ----------------------------------------------------------------------------- */

.bottom-line {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: #fff2f2;
    box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.15) !important;
    padding: 2px;
    margin: 0;
    z-index: 49;
}

    .bottom-line a {
        display: block;
        font-size: 18px;
        padding: 0 5px;
        margin: 0 30px;
    }

    .bottom-line .foo-gp {
        color: darkred;
    }

    .bottom-line .foo-fb {
        color: #4867aa;
    }

    .bottom-line .foo-yt {
        color: #fe0000;
    }

    .bottom-line .foo-insta {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 35%,#d6249f 60%,#285AEB 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .bottom-line .foo-in {
        color: #0077b5;
    }


/*Testimonial ------------------------------------------------------------------------------------- */

.Testimonial-home {
    background-image: url("../images/School_Library.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100% 100%; */
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 50px 0;
}

    .Testimonial-home h1 {
        color: #da841b;
    }

.testi-div-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 40px;
}

    .testi-div-img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.testi-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.testi-data p {
    margin: 0 !important;
}

.cursor-grab {
    cursor: grab;
}

.slick-prev::before, .slick-next::before {
    font-family: "FontAwesome" !important;
    color: #2b2a29 !important;
}

.slick-next, .slick-prev {
    z-index: 6;
    width: 40px !important;
    height: 40px !important;
    background-color: #da841b !important;
    border-radius: 50%;
}

    .slick-next:hover, .slick-prev:hover {
        background-color: #fecc00;
        border-radius: 50%;
    }


/*Dignitaries ----------------------------------------------------------- */

.digin-box {
    margin: 0px 20px;
}

.digni-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.digniimg {
    height: 250px;
}

    .digniimg img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.digini-data {
    color: #da841b;
    background-color: #353535;
    text-align: center;
    padding: 15px 10px;
}

    .digini-data h3 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .digini-data h6 {
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.program_list ul li p {
    color: #737373;
    font-size: 14px;
    padding: 0 0 0 25px;
}

.app-prog {
    cursor: pointer;
    transition: 0.3s;
}

    .app-prog p {
        height: 0;
        font-size: 14px;
        transition: .3s;
        overflow: hidden;
    }

    .app-prog:hover p {
        height: 70px;
    }

.app-btns {
    position: absolute;
    bottom: 100px;
}



/* Footer ----------------------------------------------------------------------------- */



.fosi18 {
    font-size: 18px !important;
}


.footer-bg {
    background-color: #da841b;
}

.footerlogo {
    position: relative;
    max-width: 150px;
    height: 150px;
    background-color: transparent;
    overflow: hidden;
    padding: 20px 0 20px 10px;
    margin: auto;
}

    .footerlogo img {
        width: 90%;
        object-fit: fill;
        border-radius: 10px;
        box-shadow: 0 .5em 1em rgba(0, 0, 0, 0.3);
    }

    .footerlogo a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.ul-clear {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-link {
    font-size: 14px !important;
}

    .footer-link:hover {
        color: white;
    }

    .footer-link span {
        padding-left: 5px;
    }

    .footer-link:hover span {
        text-decoration: underline;
    }

.contact-icon {
    min-height: 55px;
}

    .contact-icon span {
        float: left;
        display: inline-block;
        width: 50px;
        height: 40px;
    }

        .contact-icon span i {
            width: 40px;
            height: 40px;
            color: white;
            background-color: #344276;
            font-size: 20px;
            text-align: center;
            border-radius: 50%;
            padding: 10px 0 0 0;
            transition: .3s;
        }

    .contact-icon:hover i {
        color: #344276;
        background-color: whitesmoke;
    }

.contact-link {
    display: inline-block;
    color: #212529;
    float: none;
    margin-bottom: -15px;
}

    .contact-link:hover {
        color: #212529;
        text-decoration: none;
    }

.zimba-footer {
    display: inline-block !important;
    color: #300066 !important;
    float: none;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    overflow: inherit;
}

.footer-appimg {
    max-width: 100px;
    margin: auto;
}

.footer-app-img {
    width: 100%;
}

/* Achi - Page --------------------------------------- */

.achi-pimg {
    width: 100%;
    height: 250px;
}

    .achi-pimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.achi-p-data h4 {
    color: #344276;
    font-size: 24px;
}

.fosi14-p p {
    font-size: 14px;
}

.achi-p-data span {
    display: inline-block;
    color: #da841b;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.achi-p-btn {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.achi-modal-head {
    color: white;
    background-color: #344276;
    padding: 10px 20px;
}

.btn {
    box-shadow: none !important;
}

.modal-body {
    padding-left: 0;
    padding-right: 0;
}

.modal-header {
    padding: 8px 16px;
}



/* Digni - page ------------------------ */

.digni-p-img {
    width: 160px;
    height: 160px;
    margin: auto;
}

    .digni-p-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: fill;
        border: 4px solid #bf804e;
    }

.digni-p-bg {
    background-color: #353535;
}

    .digni-p-bg h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #da841b;
        text-align: center;
        padding: 20px 0 0 0;
    }

    .digni-p-bg span {
        display: block;
        color: white;
        text-align: center;
        padding: 0 0 10px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.digni-p-box .digni-p-ptag {
    height: 150px;
    font-size: 14px;
    overflow-y: auto;
    padding: 0 5px;
    margin-top: 10px;
}

    .digni-p-box .digni-p-ptag::-webkit-scrollbar {
        width: 2px;
    }

    .digni-p-box .digni-p-ptag::-webkit-scrollbar-thumb {
        background: #da841b;
        border-radius: 10px;
    }




/* New - page ----------------------------- */

.news_event {
    border: 0;
}




/* Contact Page ---------------------------- */

.bg-e5 {
    background-color: #e5e5e5;
}

.con-p-icon {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

    .con-p-icon i {
        width: 100%;
        height: 100%;
        color: rgb(218 132 27);
        background-color: white;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        padding: 10px 0;
    }

.bg-blue {
    background-color: #344276;
}

.p40 {
    padding: 40px;
}

.con-data h4 {
    color: rgb(218 132 27);
    font: 500 24px/30px "Montserrat", sans-serif;
}

.con-inp {
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #da841b;
    padding: 4px 15px;
}

.con-submit {
    float: right;
    color: white;
    background-color: #344276;
    border: 0;
    padding: 5px 20px;
}


/* Mission - Page ---------------------------------- */

.our-mission h1 {
    font: 500 50px/56px "Montserrat", sans-serif;
}

.border-ra {
    border-radius: 8px;
}

.sliderimg img {
    height: 100vh;
    object-fit: fill;
}

.max-h-125px {
    max-height: 125px;
    overflow: hidden;
}

.news-info {
    height: 96px;
}

.achi-home-p {
    font-size: 14px;
    height: 85px;
    overflow: hidden;
}

.bg-tr {
    background-color: transparent;
}

.news-homeimg {
    display: none;
    max-width: 350px;
    height: 200px;
    background-color: #344276;
    padding: 0 10px 10px;
    margin: 0 10px 0 auto;
}

    .news-homeimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.midblocktomanage .NewsEvents-block .NewsEvents-more a, .midblocktomanage .announcement-block .announcement-more a {
    box-shadow: 2px .5rem 1rem rgba(218, 131, 27, 0.2), 0 -0.2rem 0.4rem rgb(218, 131, 27, 0.2) !important;
}

.ashadeeplocation h2 {
    color: #353535;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    padding-bottom: 10px;
}

    .ashadeeplocation h2 span {
        color: #344276;
    }

.bg-black {
    background-color: #353535;
}

.contact-loca {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: whitesmoke;
    background-color: #3e4095;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0 0;
}

.ann-date {
    color: white;
    background: #353535;
    border: 2px solid #344276;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    width: 80px;
    text-transform: uppercase;
    font-weight: 700;
}

    .ann-date span {
        font-size: 16px;
        display: block;
        font-weight: 700;
        border-bottom: 2px solid #da841b;
        margin: 0 10px;
    }

.ann-data {
    font-size: 14px;
}

.ann-download {
    display: inline-block;
    color: white !important;
    background-color: #da841b;
    float: none;
    text-align: center;
    border: 2px solid #da841b;
    font-weight: 600;
    border-radius: 4px;
    padding: 4px 25px;
    margin: auto;
}

    .ann-download:hover {
        color: #da841b !important;
        background-color: white;
        border: 2px solid #da841b;
        text-decoration: none;
    }








/* ================================================================== */

@media (max-width: 1200px) {
    .fullheader .right_social .social li {
        padding: 0 7px;
    }
}

@media (max-width: 991px) {
    .header .leftnav {
        display: block;
        background: #fff;
        position: fixed;
        top: 0;
        right: -300%;
        z-index: 4;
    }

    .header.is-sticky .logo a {
        height: 120px;
    }

    .header .leftnav .nav {
        width: 100%;
    }

        .header .leftnav .nav .submenu:hover .submenulist,
        .leftnav .submenu .submenulist .subsubmenu:hover .subsublist {
            width: 100%;
        }

    .header.is-sticky .leftnav {
        top: 0;
    }

    .header .leftnav .nav > li {
        padding: 10px 15px;
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }

        .header .leftnav .nav > li:last-child {
            border-bottom: 1px solid #e5e5e5;
        }

    .midblocktomanage .NewsEvents-block, .midblocktomanage .announcement-block {
        max-width: 500px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .header .logo img {
        max-width: 120px;
        height: 120px;
    }

    .header.is-sticky .logo img {
        max-width: 100px;
        height: 100px;
    }

    .header.is-sticky .logo {
        margin-top: 8px;
    }
}

@media (max-width: 543px) {
    .menubar {
        margin: 13px 0;
    }

    .header .logo img {
        max-width: 100px;
        height: 100px;
    }

    .header {
        height: 54px;
    }

    .fullheader ul li a {
        color: #fff;
        font-size: 11px;
    }

    .fullheader .right_topbar .display_gmail {
        padding: 0px 0;
    }

    .advantage_main .advantage-desc{
        flex: 0 0 50%;
    }
}

@media (max-width: 400px) {
    .header .logo img {
        max-width: 80px;
        height: 80px;
    }

    .header .logo a {
        width: 80px;
        height: 80px;
    }

    .header.is-sticky .logo a {
        width: 80px;
        height: 80px !important;
    }

    .header.is-sticky .menubar {
        margin: 11px 0;
    }

    .menubar {
        margin: 10px 0;
    }

    .header.is-sticky .login {
        margin: 11px 0;
    }

    .login input {
        padding: 2px 10px 2px 10px;
        width: 70px;
        height: 29px;
        font-size: 14px;
    }

    .header {
        height: 49px;
    }

        .header.is-sticky {
            height: 51px;
        }

        .header .logo {
            margin-top: -14px;
        }

        .header.is-sticky .logo img {
            max-width: 80px;
            height: 80px;
            margin: 0;
        }
}


.copy-link {
    display: inline-block;
    color: #344276;
    line-height: .8;
    float: none;
    font-weight: 600;
}

.top-links {
    white-space: nowrap;
}

    .top-links a {
        display: inline-block;
        float: none;
    }

.flashMenu {
    animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    0% {
        color: red;
    }

    50% {
        color: yellow;
    }

    100% {
        color: white;
    }
}


.copyright1 {
    padding-bottom: 15px;
}


.trust-name {
    color: white;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 768px) {

    .annou-head {
        font-size: 24px;
    }
}

@media (max-width: 500px) {

    .annou-head {
        font-size: 18px;
    }
}

.Values-ul li {
    display: list-item;
    font-weight: 600;
    padding: 2px 10px;
}

.home-head {
    font-size: 20px;
}

.header .leftnav {
    bottom: -5px !important;
}


/* Home Page Modal  */
.newsdesc {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
    .popup-width {
        width: auto !important;
    }
}

.top-news-img {
    height: 240px !important;
}

.b0 {
    border: 0 !important;
}

.rev_slider .tp-mask-wrap {
    overflow: unset !important;
}

.slotholder {
    transform: translate3d(0px, 0px, 0px) !important;
}

.modal-content {
    max-width: 500px;
    margin: auto;
    border-radius: 5px !important;
}

.tdn {
    text-decoration: none;
}

.tdn-hover {
    text-decoration: none !important;
}

.modal::-webkit-scrollbar {
    width: 0px;
}

#myModal {
    overflow-y: auto;
}

.max-w-none {
    max-width: none !important;
}

@media (max-width: 576px) {

    .footer-apps {
        padding: 0 100px;
    }
}

@media (max-width: 500px) {

    .footer-apps {
        padding: 0 60px;
    }
}

@media (max-width: 420px) {

    .footer-apps {
        padding: 0 40px;
    }
}

@media (max-width: 360px) {

    .footer-apps {
        padding: 0 20px;
    }
}

@media (max-width: 315px) {

    .footer-apps {
        padding: 0 0;
    }
}

.lg-backdrop {
    background-color: #000000a6;
}

.home-popup-data {
    overflow-y: auto;
}


@media (min-width: 991px) and (max-width: 1200px){
    .header .logo{
        margin-top: -14px;
    }
    .header .logo img{
        max-width: 100px;
    }
}

.flex-nowrap{
    flex-wrap: nowrap !important;
}

.text-nowrap{
    white-space: nowrap;
}

.dn{
    display: none;
}

@media (max-width: 992px){
    .flex-wrap-992{
        flex-wrap: wrap !important;
    }
    .db-992{
        display: block;
    }
    .dn-992{
        display: none;
    }
}


.div-site-button{
    position: relative;
    top: -130px;
    left: 50%;
    display: block;
}

.div-site-button a{
    color: #fff;
    background: #3c5480;
    text-decoration: none;
    transform: translateX(-50%);
    border-radius: 4px;
    padding: 4px 20px;
    box-shadow: 1px 1px 2px #d7883a, -1px -1px 2px #3c5480;
}

.bora-8px{
    border-radius: 8px;
}

.doc-data{
    min-height: 84px;
    margin-bottom: 15px;
}

.doc-data p{
    text-align: left;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
}

.elli-2, .elli-3, .elli-4, .elli-5, .elli-6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}.elli-2{
    -webkit-line-clamp: 2;
}.elli-3{
    -webkit-line-clamp: 3;
}.elli-4{
    -webkit-line-clamp: 4;
}.elli-5{
    -webkit-line-clamp: 5;
}.elli-6{
    -webkit-line-clamp: 6;
}

.Document-Details embed{
    min-height: 500px;
    box-shadow: 0 0 0.5 1em rgba(0, 0, 0, 0.15);
}

.aSelectSchool{
    font-size: 13px !important;
    font-weight: normal;
    margin-top: -23px !important;
}

.head-line2{
    display: flex;
    justify-content: end;
    align-items: center;
}

@media (max-width: 640px){
    .head-line2{
        flex-direction: column;
        align-items: end;
    }
}

.p-m-0 p{
    margin: 0;
}

.testi_img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 8px solid #344276;
    overflow: hidden;
    margin: auto;
}

.testi_img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.testi_content h5{
    color: #344276;
    font-size: 26px;
    text-align: center;
    margin-top: 15px;
}

.testi_content .testi-name{
    color: #da841b;
    text-align: center;
}

.testi_content .p-tag{
    height: 84px;
    text-align: center;
}

.testi-more{
    display: block;
    width: 100%;
    color: #da841b;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    text-align: center;
    margin: 15px auto 0;
}

.bg-y{
    background-color: #da841b;
}

.max-w-650{
    max-width: 650px;
}

.max-w-100p{
    max-width: 100%;
}

.VideoLibrary .p-tag{
    height: 64px;
    overflow-y: auto;
}



.branch-img{
    width: 180px;
    margin: auto;
}

.branch-img img{
    width: 100%;
}

.branch-title{
    color: #344276;
    font-size: 38px;
    text-align: center;
}

.branch-table{
    width: 100%;
    border: 1px solid rgb(52 66 118 / 5%);
    margin: auto;
}

.branch-table td{
    font-weight: 500;
    border: 0;
    padding: 10px 30px;
}

.branch-table th{
    width: 200px;
    color: #d68739;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-right: .5px solid rgb(52 66 118 / 5%);
    padding: 10px 30px;
}

.branch-table tr{
    border: 0;
}

.branch-detail .branch-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    color: #fff;
    background-color: #d68739;
    border: 2px solid #344276;
}

.branch-mail, .branch-call, .branch-location{
    position: relative;
}

.branch-mail span{
    min-width: 50%;
    position: absolute;
    line-height: 36px;
    top: 0;
    right: 40px;
    border-top: 0.5px solid #ededed;
    border-bottom: 0.5px solid #ededed;
    padding: 0 10px 0 0;
}

.branch-call span{
    min-width: 50%;
    position: absolute;
    line-height: 36px;
    top: 0;
    left: 40px;
    border-top: 0.5px solid #ededed;
    border-bottom: 0.5px solid #ededed;
    padding: 0 0 0 10px;
}

.branch-location span{
    display: block;
    max-width: 550px;
    padding: 4px 15px;
    margin: auto;
}


.branch-mail .branch-icon{
    border-right-width: 1px;
}

.branch-call .branch-icon{
    border-left-width: 1px;
}

.branch-location .branch-icon{
    border-top-width: 0;
}
    
.branch-location i{
    font-size: 18px;
}

@media (max-width:992px) {

    .branch-table{
        width: 100%;
        min-width: auto;
    }
    
}

@media (max-width:768px){

    .branch-mail .branch-icon, .branch-call .branch-icon{
        border-right-width: 2px;
        border-left-width: 2px;
    }

    .branch-location .branch-icon{
        border-top-width: 2px;
    }

    .branch-call span, .branch-mail span, .branch-location span{
        display: block;
        position: static;
        min-height: 36px;
        border: 0;
        line-height: normal;
        padding: 4px 10px 0;
        margin-left: 50px;
    }

    .branch-icon{
        position: absolute;
        top: 0;
        left: 0;
    }

    .branch-location hr{
        display: none;
    }

}

.elli{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.elli-2, .elli-3, .elli-4, .elli-5, .elli-6, .elli-7{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}.elli-2{
  -webkit-line-clamp: 2;
}.elli-3{
  -webkit-line-clamp: 3;
}.elli-4{
  -webkit-line-clamp: 4;
}.elli-5{
  -webkit-line-clamp: 5;
}.elli-6{
  -webkit-line-clamp: 6;
}.elli-7{
  -webkit-line-clamp: 7;
}

.p-m-0 p{
  margin: 0;
}

.infra-box{
    /* border: 4px double #ddd; */
    box-shadow: 0 0 10px rgba(24, 101, 168, 0.4);
}

.infra-img{
  position: relative;
  width: 100%;
  height: 220px;
}

.infra-img span{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 100, 167, 0.2);
}

.infra-img img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.infra-data .head{
  color: #d68739;
  /* background: #1864a81a; */
  text-align: center;
  padding: 6px 15px;
}

.infra-data .p-tag{
  height: 162px;
  font-size: 15px;
  padding: 0 5px 0;
  margin: 0 10px 0;
  overflow-y: auto;
}

.infra-data .p-tag::-webkit-scrollbar {
  width: 2px;
}

.infra-data .p-tag::-webkit-scrollbar-thumb {
  background: #344276; 
  border-radius: 10px;
}

.announcements-detail .theDate{
    color: #da841b;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}


.branch-detail .table-striped tbody tr:nth-of-type(odd){
    background-color: rgba(52, 66, 118, 0.04);
}